I know I'm reviving an old thread but I was wondering if anyone came up with solution to keep the Detail section to a fixed size. I need to print gradeslips for a school but it is to be done on a dot matrix printer using carbon paper continuous feed.
I am not sure where I can set a specific...
Problem Solved
Hi all,
I just tried inserting Ghudson's code to turn back on toolbars
Dim i As Integer
For i = 1 To CommandBars.Count
CommandBars(i).Enabled = False
Next i
in the On_Close event of my Main form. This means that when my database is exited all toolbars are restored. Just tested...
:confused: Hi all,
I've been experiencing the same problem where the menu and toolbars for any databases on my machine have disappeared. Even if i try to create a new database my menubar does not show up.
Using Ghudson's code I can show the toolbars in the database that I've put the original...
Lister & Moniker...just wanted to say thank you very much for the code you both posted. i have been trying to figure out how to allow someone to import a file by clicking a button & selecting the file for a while and your code worked.
Thanks again!