U
Undrline
It's a quick question, but what's the difference if I put a line of VBA
script in the Open handler or the Load handler? I assume Load waits for all
the form stuff first? So if I were to do something short - for instance
DoCmd.Close, I'm assuming it would show all the fields, run all the queries,
subforms and so forth and then close, if I put it in Load, and it wouldn't
wait for this if I put it in Open?
script in the Open handler or the Load handler? I assume Load waits for all
the form stuff first? So if I were to do something short - for instance
DoCmd.Close, I'm assuming it would show all the fields, run all the queries,
subforms and so forth and then close, if I put it in Load, and it wouldn't
wait for this if I put it in Open?