Michelle,
There are 2 ways to do this.
One is, in the OpenForm macro action, there is a 'Window Mode' argument, and
setting that to 'Dialog' will do what you want.
The other way, which is what I was trying to suggest before, is to take all
the Actions after the OpenForm out of the macro into another macro, and then
run that as a separate event when the user clicks the 'OK' (or whatever)
button on the form.
--
Steve Schapel, Microsoft Access MVP
"MichelleM" <(E-Mail Removed)> wrote in message
news:1CF5285A-553D-4861-948B-(E-Mail Removed)...
> So I get that i need to make a form but im still not understanding how to
> make the macro open the form enter a date and then continue to run the
> rest
> of the macro.. is that possible?
>
|