testdba
Registered User.
- Local time
- Today, 18:49
- Joined
- Dec 16, 2004
- Messages
- 26
Okay, like hundreds of other people around here I'm not an Access guru and I have a problem.
I am trying to calculate the time between two dates that are split between four different fields. The form fields are DownDate, DownTime, UpDate and UpTime. I'm using four fields because I need for the user to put in an exact date and exact time and I don't trust the users enough to put it all in one long general date field.
I have a module that will calculate the date interval, but it requires a start and end date/time in general date format. I have tried to combine the DownDate field with the DownTime field and the UpDate field with the UpTime field, but I get an error when I try to display the calculated result. I know there isn't anything wrong with the function because it works if I use general date fields as the start and end fields. Does anyone have any suggestions?
How can I combine two fields into one general date field or is that even what I need to do?
Thanks in advance for the help.

I am trying to calculate the time between two dates that are split between four different fields. The form fields are DownDate, DownTime, UpDate and UpTime. I'm using four fields because I need for the user to put in an exact date and exact time and I don't trust the users enough to put it all in one long general date field.
I have a module that will calculate the date interval, but it requires a start and end date/time in general date format. I have tried to combine the DownDate field with the DownTime field and the UpDate field with the UpTime field, but I get an error when I try to display the calculated result. I know there isn't anything wrong with the function because it works if I use general date fields as the start and end fields. Does anyone have any suggestions?
How can I combine two fields into one general date field or is that even what I need to do?
Thanks in advance for the help.