How to code to check if one form was opened?

  • Thread starter aspfun via AccessMonster.com
  • Start date
A

aspfun via AccessMonster.com

How to code to check if one form was opened?
That is, I only need one user open this form.
 
P

PieterLinden via AccessMonster.com

aspfun said:
How to code to check if one form was opened?
That is, I only need one user open this form.

This doesn't really make sense. All users should have their own front ends
(on the local machine, and should not be sharing a single front end over the
network). The only way to do this is that I know of is to have a table with
a single record per form that you want to do this to and write a flag to the
table and check it before opening the form.
 
C

Clifford Bass via AccessMonster.com

Hi,

And then you need to deal with that flag remaining set when someone's
program and/or computer bombs out.

If only one particular user (i.e. John only; not Mary or George or Henry
or Anita or....) is to be allowed to open it, you could do something with
security that only allows that one person.

Clifford Bass
 

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