Locked Records

P

Pietro

Hi,
I've a database that opens to a form called 'Login' that asks users to
input the user name and password...
Everything is going well,my only problem is that i set the form property
'Record locks' to 'edited record'
As I've many users it may happen that a record is locked and we don't
know who locked it,can I have a code that shows me who's locking the record
at the time being so as not to spend much time looking for him...
I need to add a field to the table on which is form is bases,i need
this field to reflect the value [forms]![login]![agent] as this is the hidden
form that diffrentiate between users...
 
J

Jerry Whittle

If you would use the built-in security tools instead of re-inventing the
wheel, you wouldn't have such problems.
 
P

Pietro

Ok,but the security tools has several problems;
* Users cannot change their passwords.
* If the program is transferred from PC to the other, the security tools
will not work.
* I need to get other benefits from the invented ones that cannot be
obtained through theb security tools.

Can you help?

Jerry Whittle said:
If you would use the built-in security tools instead of re-inventing the
wheel, you wouldn't have such problems.
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.

Pietro said:
Hi,
I've a database that opens to a form called 'Login' that asks users to
input the user name and password...
Everything is going well,my only problem is that i set the form property
'Record locks' to 'edited record'
As I've many users it may happen that a record is locked and we don't
know who locked it,can I have a code that shows me who's locking the record
at the time being so as not to spend much time looking for him...
I need to add a field to the table on which is form is bases,i need
this field to reflect the value [forms]![login]![agent] as this is the hidden
form that diffrentiate between users...
 

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

Similar Threads


Top