|
Subject:
|
Help!
|
|
Posted By:
|
chinadust
|
Post Date:
|
10/4/2004 3:50:05 AM
|
I have made an Access Table r.dbl.And make it show in a DataGrid,the records can be changed which will be writen to the database. but the next step :Two of the fields are Reservation Date and Beginning Date.when the Reservation Date is filled ,if the Beginning Date is not filled within 3 days,the Reservation will have to be reset NUll. How to code?
|
|
Reply By:
|
pradeep_itguy
|
Reply Date:
|
10/8/2004 4:11:54 AM
|
The next time when you access the table for display or process check whether the date is older than 3 days, then you set the date to NULL.
It is not how much we do, but how much love we put in the doing.
-Mother Theresa
|