murray83
Games Collector
- Local time
- Today, 11:32
- Joined
- Mar 31, 2017
- Messages
- 873
Code:
If Me.Status = "done" Then
Me.ActionedBy.Locked = True
Else
If Me.Status = "waiting" Then
Me.ActionedBy.Locked = False
End If
End If
this code is slowlly driving me crazy it works but then once i set it to done it locks and wont allow next record to have actioned by filled in
how can i differtiate between rows in records ?
sorry its zipped its 7mb for some reason and only has 2 forms and two tables
Attachments
Last edited: