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
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