onLoad or onOpen???

Crash1hd

Registered CyberGeek
Local time
Yesterday, 16:28
Joined
Jan 11, 2004
Messages
143
What is the difference? :confused:
 
The Load event occurs when a form is opened and its records are displayed.

The Open event occurs when a form is opened, but before the first record is displayed. For reports, the event occurs before a report is previewed or printed.

Straight from vba help!

kh
 
Lol Figures, I was wondering what the difference was! Thankyou

P.S. I couldnt find it in the access help thing

Straight from vba help! where is that?
 
MS put 2 different 'Help' facilities in Access. One when you're working with forms, queries, etc and one when you're working with code (VBA). When you are doing stuff with code (VBA) there is a more complete set of help topics, etc.

kh
 
fyi - I too learned that from someone on this forum. ;)
 
Crash1hd said:
I couldnt find it in the access help thing

You could also just place the cursor in the property/event you want on the property sheet of the form and press F1. ;)
 

Users who are viewing this thread

Back
Top Bottom