Dick7Access
Dick S
- Local time
- Today, 11:35
- Joined
- Jun 9, 2009
- Messages
- 4,325
On my cmdNext button I have the following code, but nothing works. What am I doing wrong?
If Me.txtDateComp.Text = "" Then
Me.txtDateComp.Visible = True
End If
I have tried, "null","is null", NullI, Is null,“false”,“”, [null]
If Me.txtDateComp.Text = "" Then
Me.txtDateComp.Visible = True
End If
I have tried, "null","is null", NullI, Is null,“false”,“”, [null]