How to know Access97 Runtime

S

Susan K

I have an mdb that uses a form to control user interaction. I would like
the Runtime version of Access97 to quit when the form is closed but not the
full Access version. How can I programmatically determine that it is the
Runtime version of Access running?
 
R

Rick Brandt

Susan K said:
I have an mdb that uses a form to control user interaction. I would like
the Runtime version of Access97 to quit when the form is closed but not the
full Access version. How can I programmatically determine that it is the
Runtime version of Access running?

If syscmd(acSysCmdRuntime) = True Then...
 

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