automating

  • Thread starter Thread starter Tcs
  • Start date Start date
T

Tcs

I apologize if this isn't where I should post this. (If so, please tell me
where.)

For all the work I've done in Access, I've done virtually nothing with forms.
I'm trying to set up my "main menu" form, but can't seem to get it to work. I
have an 'autoexec' macro that:

1.) runs code (checks the links (for my backend mdb.))
2.) open my main menu form.
3.) 'quit'. (Which Access does, without letting me do anything!)

Can someone please tell me what I need to do here? Or point me to a location
where it's explained?

Thanks in advance,

Tom
 
Tom,

The Quit action in a macro quits out of Access, not the macro! The macro
will finish after the last action is executed, without needing the
equivalent of an End or Exit or something in a piece of code. Just remove
it.

HTH,
Nikos
 
Back
Top