robcrussiii
Registered User.
- Local time
- Today, 13:20
- Joined
- Mar 1, 2005
- Messages
- 12
This field is really confusing me. I have a couple questions. Please correct me if I am wrong. Access stores date and time information in a 8 digit 'floating' number with a decimal. Left side of decimal represtents days past some wierd 1880 date, and right side represents the time portion, as a fraction of a day?
If this is correct, could someone try to answer these questions:
1) If you just entered just a date into a field set up as date/time, will it just store the date portion? So it would be something like 3289.0000 for a date with no time entry and 0000.3464 for just a time entry?
2) If the above is true, could I take the [Date],[Time] fields and add them together to get a combined date/time? Even better, could I make the 2 objects in access (1 cbo[Date]using a calendar picker, 1 lstbox[Time]entered by user) automatically combine thier values and store it in a date/time field in my main table?
Thanks for any replies, Im trying to get a grasp on doing calculations against date/time and its getting a little over my head.
If this is correct, could someone try to answer these questions:
1) If you just entered just a date into a field set up as date/time, will it just store the date portion? So it would be something like 3289.0000 for a date with no time entry and 0000.3464 for just a time entry?
2) If the above is true, could I take the [Date],[Time] fields and add them together to get a combined date/time? Even better, could I make the 2 objects in access (1 cbo[Date]using a calendar picker, 1 lstbox[Time]entered by user) automatically combine thier values and store it in a date/time field in my main table?
Thanks for any replies, Im trying to get a grasp on doing calculations against date/time and its getting a little over my head.