Hi Guys
This one should be straightforward I hope ....
In a form control I am trying to prevent the user from putting in an incorrect date.
I only want the date to be between 1/8/17 and the current date
I have the following code triggered by the On Exit event of the control
if [date placed] < 1/8/17 then
msgbox "date placed cannot be before 1/8/17"
[date placed] = null
elseif [date placed] > date then
msgbox "date placed cannot be in the future"
[date placed] = date
end if
the elseif seems to work perfectly but the test for before 1/8/17 doesn't work properly.
What am I doing wrong?
Also, so that I don't have to change the code each year, how can I code it so that between 1/8/nn and 31/7/nn+1 it uses 1/8/nn for the date test?
cheers
Phil
__._,_.___
Posted by: pdk444444@yahoo.co.uk
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (1) |
Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.
.
__,_._,___
Tidak ada komentar:
Posting Komentar