Stemdriller
Registered User.
- Local time
- Today, 00:47
- Joined
- May 29, 2008
- Messages
- 187
Hi all,
I have a form with 3 Tabbed Forms within it. One of which is a Revisions form, which the user is directed too after every change to any of the other forms.
This form has todays date, reason for change and the current user. As there can be many entries it is a continous form.
When an entry is made and the user selects save I want the entry just made to be locked so that it cannot be changed by anyone other than the Database Administrator.
I have tried the After Update or On Change (Me.textbox.enabled = False) but it then disables everything.
So when the next entry is entered the textboxes are already disabled.
Any ideas please
Thanks
Gareth
I have a form with 3 Tabbed Forms within it. One of which is a Revisions form, which the user is directed too after every change to any of the other forms.
This form has todays date, reason for change and the current user. As there can be many entries it is a continous form.
When an entry is made and the user selects save I want the entry just made to be locked so that it cannot be changed by anyone other than the Database Administrator.
I have tried the After Update or On Change (Me.textbox.enabled = False) but it then disables everything.
So when the next entry is entered the textboxes are already disabled.
Any ideas please
Thanks
Gareth