Chat with a LIVE Microsoft Access Expert!
 
       
 

         

   

Go Back   Access World Forums > Microsoft Access Discussion > Reports

 
 
Chat with a LIVE Microsoft Access Expert!
Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 01-16-2006, 09:24 AM
klr397 klr397 is offline
Registered User
 
Join Date: Dec 2005
Location: Providence, Rhode Island, USA
Posts: 30
klr397 is on a distinguished road
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
Reply With Quote
Sponsored Links
  #2  
Old 01-16-2006, 09:38 AM
SammyJ SammyJ is offline
Registered User
 
Join Date: Jan 2006
Location: London
Posts: 57
SammyJ is on a distinguished road
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.
Reply With Quote
  #3  
Old 01-16-2006, 09:40 AM
SammyJ SammyJ is offline
Registered User
 
Join Date: Jan 2006
Location: London
Posts: 57
SammyJ is on a distinguished road
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.
Reply With Quote
  #4  
Old 01-16-2006, 09:44 AM
klr397 klr397 is offline
Registered User
 
Join Date: Dec 2005
Location: Providence, Rhode Island, USA
Posts: 30
klr397 is on a distinguished road
fabulous! thanks a bunch
__________________
Thanks!!!!

KT
Reply With Quote
Sponsored Links
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT -8. The time now is 05:34 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
(c) copyright 2009 Access World