C
C Walters
Hi all,
What event or trick can I use to run code after the form
is open and displayed?
I'm trying to calculate a sum on the form (done, no
problem there) and then check to see if that sum is over a
certain amount (let's say 100). If the sum is > 100 then
I want to display a msgbox "You screwed up, you went over
100 fix the stuff", kind of thing. Right now I can't find
an event or sequence of events that will run after the
form is open and displayed, it always displays the message
before you see the form.
Any ideas are appreciated,
Cheryl
What event or trick can I use to run code after the form
is open and displayed?
I'm trying to calculate a sum on the form (done, no
problem there) and then check to see if that sum is over a
certain amount (let's say 100). If the sum is > 100 then
I want to display a msgbox "You screwed up, you went over
100 fix the stuff", kind of thing. Right now I can't find
an event or sequence of events that will run after the
form is open and displayed, it always displays the message
before you see the form.
Any ideas are appreciated,
Cheryl