Microsoft Access date validation Need a solution

Reply

Join Date: Jan 2006
Posts: 8
Reputation: pker walker is an unknown quantity at this point 
Solved Threads: 0
pker walker pker walker is offline Offline
Newbie Poster

Microsoft Access date validation Need a solution

 
0
  #1
Jan 24th, 2006
right when i type the date in a need a validation for

it dusnt allow u to book any less than 7 days in advance from NOW (DATE cz i dont want time included).
If longer then 2 months in advance also dusnt let u

for as computing course work plz reply asap!!!
Reply With Quote Quick reply to this message  
Join Date: Apr 2004
Posts: 210
Reputation: suRoot is an unknown quantity at this point 
Solved Threads: 8
suRoot's Avatar
suRoot suRoot is offline Offline
Posting Whiz in Training

Re: Microsoft Access date validation Need a solution

 
0
  #2
Jan 24th, 2006
ok i've done this in the past.. can't remember exactly how it's done but if you look through your date functions you will see that to add 1 day to your date you simply +1 so put in an if statement (use code builder) that goes something like;

IF inputbox1.date < (date+1) THEN msgbox("please enter in a valid date"), inputbox1.value = date

yes i know that's not gramitically correct as havn't done access for a while but I hope you get the idea?
NIKE just mod it!


HND Business IT
CCNA
MSCE
Reply With Quote Quick reply to this message  
Join Date: Jan 2006
Posts: 8
Reputation: pker walker is an unknown quantity at this point 
Solved Threads: 0
pker walker pker walker is offline Offline
Newbie Poster

Re: Microsoft Access date validation Need a solution

 
0
  #3
Jan 24th, 2006
Originally Posted by suRoot
ok i've done this in the past.. can't remember exactly how it's done but if you look through your date functions you will see that to add 1 day to your date you simply +1 so put in an if statement (use code builder) that goes something like;

IF inputbox1.date < (date+1) THEN msgbox("please enter in a valid date"), inputbox1.value = date

yes i know that's not gramitically correct as havn't done access for a while but I hope you get the idea?
any chance u could find out the proper code for me and my code builder u mean on forms? i was looking for 1 on a table .... so it would be expression builder?
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Database Design Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC