G
Guest
Does the OnLoad event occur if a form is opened in a hidden mode? Also, this
same form contains a commond button. Is there a way to trigger that On Click
event via VBA on a different form?
I have a continuous form where users can select multiple items to export. I
need the single page form to open against each (hidden), have the On Load
event occur, then perform the function called out on the command button.
When I attempted to add the VBA from the command button on the continous
form (after opening up the form in hidden mode), I get an error that the
database object is read-only. This does not occur if I open the single page
form directly and execute the command button.
Thanks for help.
Bernie
same form contains a commond button. Is there a way to trigger that On Click
event via VBA on a different form?
I have a continuous form where users can select multiple items to export. I
need the single page form to open against each (hidden), have the On Load
event occur, then perform the function called out on the command button.
When I attempted to add the VBA from the command button on the continous
form (after opening up the form in hidden mode), I get an error that the
database object is read-only. This does not occur if I open the single page
form directly and execute the command button.
Thanks for help.
Bernie