D
David W
This statement always returns false
I am probably doing this wrong
Dim MyHour
MyHour = Me.hour1 Like "[.5 - 24.0]"
If MyHour = False Then
I am trying to limit the input into a textbox to 1/2 an hour through 24
hours.
What have I done wrong?
I am probably doing this wrong
Dim MyHour
MyHour = Me.hour1 Like "[.5 - 24.0]"
If MyHour = False Then
I am trying to limit the input into a textbox to 1/2 an hour through 24
hours.
What have I done wrong?