I traced the strActiveScreen variable to the Admin Form Declaration section. It is initialized to "Projects".
Question(1), From the looks of the screen sots in the book the Projects Panel is Loaded at form Load. But the code does not match this. Either I am looking at a screen shot after the Projects Panel has been clicked or some code has been left out. Let me ask the question directly. Is the Projects Panel supposed to load when the Admin form Loads?
Question(2), I have added the code to the Action(Add,Update,Delete). When failing to add records to my database, I went into debug mode and I discovered that in the ActionAdd Procedure the Select Case statement reads the strActiveScreen Variable. If a panel has been selected by clicking on one of the possible selections from Panel(2) then the strActiveScreen variable has a value of (pnlNavProjects, pnlNavGroups, pnlNavGroupProjects, etc, etc.) The Select Case Statement is looking for (Projects,Groups,Group Projects, Roles, etc, etc. Should I change the Select Case statement to look for the pnl values so that the code will be executed or if I change the Select Case statement will this effect the code later down the road. I'm puzzled can someone help
