Big Mistake: Toolbar Disappeared
All:
Some how I managed to make my toolbar disappear for all Access databases (new and old). I cannot see the normal 'file, edit, etc.' menus. This occurred when I log into a particular database using different computers to perform certain tasks. The database is stored on a shared drive. Here's the code:
Dim i As Integer
For i=1 To CommandBars.Count
CommandBars(i).Enabled=False
Next i
I have removed this particular code from the database, but that isn't bringing my toolbar back from any of the computers that I have logged on to while accessing this particular database.
Is there any way to reverse this mistake for each computer that I used?
debo
All:
Some how I managed to make my toolbar disappear for all Access databases (new and old). I cannot see the normal 'file, edit, etc.' menus. This occurred when I log into a particular database using different computers to perform certain tasks. The database is stored on a shared drive. Here's the code:
Dim i As Integer
For i=1 To CommandBars.Count
CommandBars(i).Enabled=False
Next i
I have removed this particular code from the database, but that isn't bringing my toolbar back from any of the computers that I have logged on to while accessing this particular database.
Is there any way to reverse this mistake for each computer that I used?
debo