| Chat with a LIVE Microsoft
Access Expert! |
||||
|
||||
|
#1
|
|||
|
|||
|
Time elipsed since a job order has been entered
I need to create two diffrent reports
one that states how many days since a job order was entered date entered and on that satates how long it has been since a resume has been sent to a job order date sent does anone have any idea how i would accomplish this i was trying to do date entered + now() but even i knew that wouldnt work.
__________________
Thanks!!!! KT |
| Sponsored Links |
|
#2
|
|||
|
|||
|
Actually, you're close. Dates are just numbers, being the number of days since the end of 1899 or something. So Now() - [Date Entered] will give you roughly the right answer. Just be careful of times and rounding, as you might get an extra day if it is after 12 midday. Use the Fix function to sort it out.
|
|
#3
|
|||
|
|||
|
I should probably add that there is a DateDiff function which you can use if you're more comfortable with that. Look it up in the help.
|
|
#4
|
|||
|
|||
|
fabulous! thanks a bunch
__________________
Thanks!!!! KT |
| Sponsored Links |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Having a combo box with a time greater than the previous recordset time. | Chris Sumby | Forms | 0 | 11-09-2005 01:19 AM |
| Calculating time between rows | Noreene Patrick | Queries | 18 | 02-27-2004 09:38 AM |
| User selecting the fields to be entered | barouette | Forms | 0 | 01-15-2004 06:33 PM |
| Insert time stamps | RussG | Forms | 5 | 01-15-2004 12:30 AM |
| Formatting a Time field and Totalling time | yuccakid | Forms | 1 | 05-22-2000 11:17 AM |