L
Laurel
I'd like a message box to display after the form has loaded, but I can't
find an event to use. Open and Load cause the message box to appear before
the data is loaded into the form. Anything else I try doesn't execute, or
executes to often (e.g., 'dirty'). Is there a "post" feature in VB that I
could put in the Load event? Or maybe something simpler?
It's just a text message that's displayed. I don't have to do anything to
generate it.
The form loads from a SELECT statement in the recordsource.
find an event to use. Open and Load cause the message box to appear before
the data is loaded into the form. Anything else I try doesn't execute, or
executes to often (e.g., 'dirty'). Is there a "post" feature in VB that I
could put in the Load event? Or maybe something simpler?
It's just a text message that's displayed. I don't have to do anything to
generate it.
The form loads from a SELECT statement in the recordsource.