I am trying to run this in the oncurrent procedure for Form1 in Access 2007
If Not IsNull(Forms![form1]![COMMISSION]) Then
Forms![form1]![COMMISSION].Locked = True
Else
Forms![form1]![COMMISSION].Locked = False
End If
I get error 438 Object dosnt support this method or property
cant figure out why. What am I doing wrong?? It dosnt seem to work in beforeupdate either. Can anyone help? Im sure its probably something obvious
If Not IsNull(Forms![form1]![COMMISSION]) Then
Forms![form1]![COMMISSION].Locked = True
Else
Forms![form1]![COMMISSION].Locked = False
End If
I get error 438 Object dosnt support this method or property
cant figure out why. What am I doing wrong?? It dosnt seem to work in beforeupdate either. Can anyone help? Im sure its probably something obvious