Hi everybody,
I have used one textbox to accept date say (dt.text) in which during form load two forwardslash will appear to accept DD/MM/YYYY type date.
Now when I click a Save command box and if the dt.text box is not filled up with date OR say it has only two forwardslash then it should exit.
I tried the following statement but it did not work-
1. Isnull(dta.text)=false then
Msgbox "xxx"
2. Isnumeric(dta.text)=false then
Msgbox "xxx"
What other syntax could be used.
Pl help me
(keshar )