MattS
Crabby Cancerian.....
- Local time
- Today, 15:45
- Joined
- Jun 18, 2003
- Messages
- 130
I have a tab control which has many pages, most of which have subforms on. I have removed the tabs and control the page-change by using command buttons on the first page. The source objects of the subforms are set and requeried as part of a Select Case statement within the on_change event of the tab control. As this takes a little while I am trying to force the hourglass using DoCmd.Hourglass True/False.
My problem is that I simply can NOT get it to work. I have tried putting the Hourglass code on the command buttons that change the page, within the procedure I call to change the page, and even in the on_change event of the tab control. Nothing.
This isn't of high importance, but is still VERY annoying!!
Any assistance would be greatly appreciated.
Thanks,
Matt.
PS: My first post - so Hi to everybody on the board.
My problem is that I simply can NOT get it to work. I have tried putting the Hourglass code on the command buttons that change the page, within the procedure I call to change the page, and even in the on_change event of the tab control. Nothing.
This isn't of high importance, but is still VERY annoying!!
Any assistance would be greatly appreciated.
Thanks,
Matt.
PS: My first post - so Hi to everybody on the board.