Sniper-BoOyA-
Registered User.
- Local time
- Yesterday, 23:22
- Joined
- Jun 15, 2010
- Messages
- 204
Good Afternoon,
I made a database for our people in the laboratory, which contains data of and results of different tests.
I made a seperate secured workgroup, which stores all the login info and the different security levels.
Yesterday ive added a new Module in the VBA code, which basically keeps track of changes made using forms.
All the changes are being stored in a table i made called 'Audit'.
Audit is a simple table with the following records :
Formname - Form used to change data
Controlname - What record is being changed
Data - Date the change has been made
Time - Time the change has been made
OldValue - Value before the change
NewValue - Value after the change
User - Who has made the change
Computer - What computer has been used to make the change
Reason- Why was the change necesarry..
Now both the Username and the Computername are the Network names..
Is it possible to link the login information used to login into the secured workgroup, with the Windows Network name ??
So it automatically logs in the user with the right security level etc.. ??
I made a database for our people in the laboratory, which contains data of and results of different tests.
I made a seperate secured workgroup, which stores all the login info and the different security levels.
Yesterday ive added a new Module in the VBA code, which basically keeps track of changes made using forms.
All the changes are being stored in a table i made called 'Audit'.
Audit is a simple table with the following records :
Formname - Form used to change data
Controlname - What record is being changed
Data - Date the change has been made
Time - Time the change has been made
OldValue - Value before the change
NewValue - Value after the change
User - Who has made the change
Computer - What computer has been used to make the change
Reason- Why was the change necesarry..
Now both the Username and the Computername are the Network names..
Is it possible to link the login information used to login into the secured workgroup, with the Windows Network name ??
So it automatically logs in the user with the right security level etc.. ??