A
acs68
Hi there,
I have set the default AllowEdits property to No in the forms properties. I
then have a button that has the following line of code:
Forms!reqfrmRequests.AllowEdits = True
This line seems to work OK.
If I then try and lock it again by using:
Forms!reqfrmRequests.AllowEdits = False
It doesn't seem to do anything. Does anyone out there know what I am doing
wrong ?
cheers,
Adam
I have set the default AllowEdits property to No in the forms properties. I
then have a button that has the following line of code:
Forms!reqfrmRequests.AllowEdits = True
This line seems to work OK.
If I then try and lock it again by using:
Forms!reqfrmRequests.AllowEdits = False
It doesn't seem to do anything. Does anyone out there know what I am doing
wrong ?
cheers,
Adam