View Full Version : form_load and form_open


willem
08-08-2001, 07:03 AM
What is the difference between formopan and form load event

KeaganQuilty
08-08-2001, 08:12 AM
As near as I can tell (someone correct me if I'm wrong) the difference is that Form_Load executes before the form appears, and Form_Open runs after the form appears.

Keagan Quilty
Kilbride, Newfoundland

Pat Hartman
08-08-2001, 11:31 AM
Also, FormOpen runs before the recordsource is opened so if you want to change the recordsource, do it here!