murray83
Games Collector
- Local time
- Today, 21:03
- Joined
- Mar 31, 2017
- Messages
- 840
Have the following database attached and it keeps throwing up an error on the update of the input text box
help welcomed and appreciated
edit forgot to add my code soz
help welcomed and appreciated
edit forgot to add my code soz
Code:
If Me.txtInput.Value = [Table1.RefNumber] Then
Me.Received.Value = "Yes"
Me.txtInput.Value = ""
Else
Me.Received.Value = ""
End If
Attachments
Last edited: