Calculating the Number of Days Between Two Dates

P

Paul

I need to calculate the number of days between a fixed
date (i.e. 09/31/92) and the present date. Can someone
tell me how? Thanks in advance for the help.
 
D

Douglas J. Steele

Use the DateDiff function.

DateDiff("d", #9/31/1992#, Date())

Of course, this has nothing to do with table design...
 
D

Douglas J. Steele

Tim Ferguson said:
Ten gets you fifty he'll be back asking how to calculate this in a
table...

Do I look that stupid? <g>

(Of course, if you want to give me 50 pounds for my 10 Cdn$ wager... <g>)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top