R
richard
We have a form which displays records that have been entered. To prevent
users changing the data once it has been entered the form is set to
Me.Allowedits=False.
As is always the case there is an however and this is that occasionally
there is a need to alter the details within the record.
So the question is now
Is it possible to have a command button which using Msgbox code prompts the
user for a password, which the users enter and if correct then
Me.Allowedits=True.
If this is not possible then what other methods could I use?
Thanks
Richard
users changing the data once it has been entered the form is set to
Me.Allowedits=False.
As is always the case there is an however and this is that occasionally
there is a need to alter the details within the record.
So the question is now
Is it possible to have a command button which using Msgbox code prompts the
user for a password, which the users enter and if correct then
Me.Allowedits=True.
If this is not possible then what other methods could I use?
Thanks
Richard