Hello
I was wondering if anyone can help me. I have a little program that I did in Access 97 that locks all the database....
But since I got upgrade to Access XP, I converted the program , but it does lock the databse, but then at the bottom of my screen, on the toolbar I can still have access to the tables, and all the forms that are open......
I also add the following code in one of my form, but AccessXP, opens all the forms at the bottom of the screen, does anyone know hoe to remove this....
DoCmd.ShowToolbar "Menu Bar", acToolbarNo
DoCmd.ShowToolbar "Database", acToolbarNo
DoCmd.ShowToolbar "Table Design",acToolbarNo
DoCmd.ShowToolbar "Form View", acToolbarNo
Thanks Dina
I was wondering if anyone can help me. I have a little program that I did in Access 97 that locks all the database....
But since I got upgrade to Access XP, I converted the program , but it does lock the databse, but then at the bottom of my screen, on the toolbar I can still have access to the tables, and all the forms that are open......
I also add the following code in one of my form, but AccessXP, opens all the forms at the bottom of the screen, does anyone know hoe to remove this....
DoCmd.ShowToolbar "Menu Bar", acToolbarNo
DoCmd.ShowToolbar "Database", acToolbarNo
DoCmd.ShowToolbar "Table Design",acToolbarNo
DoCmd.ShowToolbar "Form View", acToolbarNo
Thanks Dina