How Do I Include The Time Function

burton

Registered User.
Local time
Today, 21:00
Joined
Nov 15, 2002
Messages
63
i have just managed to include the time in my database for my it project. iam having problems with the date function. i would like to find out how to make the date function work. iam doing a video renatl so it would be ideal to have a booking form so i would be able to calculate when the bookings expire. any help would be muchly appreaciated
 
In your table, you could set the default value for BookingDate as =Date()
Then you can calculate the returndate by using the DateAdd function eg

me.txtReturnDate = DateAdd("d",NumberofDays, me.txtBookingDate)

HTH
 
where abouts would this go
 
It depends how you want to use it:confused:
 

Users who are viewing this thread

Back
Top Bottom