SteelersFan
Registered User.
- Local time
- Today, 16:40
- Joined
- Feb 9, 2005
- Messages
- 38
I'm a beginner to VBA but want to have a statement in a form that will flag a message when the value of two fields = x and y (on before update event)
If Me.Location.Value Like [location 1] = True and me.testdesc.value = "test1" Then
MsgBox ("Your Test and Location are not correct!!!")
Why doesn't this work
If Me.Location.Value Like [location 1] = True and me.testdesc.value = "test1" Then
MsgBox ("Your Test and Location are not correct!!!")
Why doesn't this work