J
Jean-Paul
Hi,
I have this field where I want the user to enter a arrival time.
As an imput mask I wrote 00:00
Indeed this forces the user to enter something like 10:30, but when I
use following code:
aan = Left(Me!Aankomen, 3)
I get 103 instead of 10:
What to do?
Also is there a way to force a user to only use 00 or 30 as the last 2
characters?
Thanks
I have this field where I want the user to enter a arrival time.
As an imput mask I wrote 00:00
Indeed this forces the user to enter something like 10:30, but when I
use following code:
aan = Left(Me!Aankomen, 3)
I get 103 instead of 10:
What to do?
Also is there a way to force a user to only use 00 or 30 as the last 2
characters?
Thanks