bearcub
Well-known Member
- Joined
- May 18, 2005
- Messages
- 734
- Office Version
- 365
- 2013
- 2010
- 2007
- Platform
- Windows
I have a form where I have 12 buttons that print a different report. I'm having difficulty to open the first report when the form is opened (initialized).
It seems that when i first open the database (or form) the first button I press doesn't respond (it seems frozen and the print macro doesn't fire). I have to select another button (which fires that macro) and then come back to the first button to fire that macro. It seems that first macro is frozen when the form is opened - no matter which button has the initial focus.
Along these lines, when I open the form I would like a one button to be selected (i.e. have the focus on that button). I'm thinking that I could include the macro on the form open event (like you would in Excel when the workbook is opened). Is this possible to do?
Thank you for your help.
It seems that when i first open the database (or form) the first button I press doesn't respond (it seems frozen and the print macro doesn't fire). I have to select another button (which fires that macro) and then come back to the first button to fire that macro. It seems that first macro is frozen when the form is opened - no matter which button has the initial focus.
Along these lines, when I open the form I would like a one button to be selected (i.e. have the focus on that button). I'm thinking that I could include the macro on the form open event (like you would in Excel when the workbook is opened). Is this possible to do?
Thank you for your help.