OnTop Form or Command bar TextBox

Drevlin

Data Demon
Local time
Today, 23:11
Joined
Jul 16, 2002
Messages
135
In many of my databases I use date criteria to run different reports for different days. In order to expediate this format I have created a form that excepts the first and last date requested and then places that data into a global variable. This allows me to just place getStartDate() and getEndDate() into my Criteria expressions for all my queries and I don't have to keep messing with the date criteria.
This works lovely of course and I don't have any problem with the coding. What I would like to do is make it so the Form is Always on top and thus readily readable.
Or better yet, I would like to place two txtBoxes on my command bar that pass the variables to VBA.

Anybody know how to do this?

Thanks,
Drevlin
 
If you set the form properties to pop-up = yes, it will stay on top of all other forms, you could even make it look like a toolbar and position it in the top left of the screen.
I don't know the answer to the command bar though :mad:
 
God I hate it when the answers are that simple.
*sigh*
 

Users who are viewing this thread

Back
Top Bottom