automating

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
 
N

Nikos Yannacopoulos

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top