J
judith
I have set a lock on the On Current property for my form
Me.Form.AllowEdits = true
' check for approved
If Me.approved > 0 Then
Me.Form.AllowEdits = False
End If
Unfortunately there is a combo, select record box on the form so I cant then
move to another record as this is locked too. There are too many fields to
lock them individually rather than the entire form. Any suggestions please.
Me.Form.AllowEdits = true
' check for approved
If Me.approved > 0 Then
Me.Form.AllowEdits = False
End If
Unfortunately there is a combo, select record box on the form so I cant then
move to another record as this is locked too. There are too many fields to
lock them individually rather than the entire form. Any suggestions please.