DatabaseTash
Registered User.
- Local time
- Tomorrow, 03:48
- Joined
- Jul 23, 2018
- Messages
- 149
@isladogs
Does your tag control method cover split forms where the bottom of the form is datasheet ie; would it make the datasheet part of the fomr read only aswell?
In the code and user table for the password login database sample it notes the computer name. I'm worried what will happen if people login on another computer. Will it still know who they are??
I have been looking at a few other examples of user login authorisation, but they all seem to just lock access to a whole form. I want them to access a form in read only. This is why I am tying to implement your's.
In this example https://www.access-programmers.co.u...n-enabled-disabled-or-locked-unlocked.293439/ you have buttons that disable/hide/lock, how do I adapt it so it will check the tags once the user logs in? Is that something that would be set in a recordset/dLookup when the database loads? Or would it be some type of dLookup when the form loads?
Would really appreciate your help!
Does your tag control method cover split forms where the bottom of the form is datasheet ie; would it make the datasheet part of the fomr read only aswell?
In the code and user table for the password login database sample it notes the computer name. I'm worried what will happen if people login on another computer. Will it still know who they are??
I have been looking at a few other examples of user login authorisation, but they all seem to just lock access to a whole form. I want them to access a form in read only. This is why I am tying to implement your's.
In this example https://www.access-programmers.co.u...n-enabled-disabled-or-locked-unlocked.293439/ you have buttons that disable/hide/lock, how do I adapt it so it will check the tags once the user logs in? Is that something that would be set in a recordset/dLookup when the database loads? Or would it be some type of dLookup when the form loads?
Would really appreciate your help!
