Calculating days from two date fields

F

Fly Boy 5

I have a field called Date_Fm and another Date_To for vacation dates. I need
to calculate days.

I appreciate your help!
 
G

golfinray

In a query, Datediff("d",[date_fm],[date_to])
In a form, =Datediff("d",[date_fm],[date_to])
 
F

Fly Boy 5

Worked like a champ! Thanks,

golfinray said:
In a query, Datediff("d",[date_fm],[date_to])
In a form, =Datediff("d",[date_fm],[date_to])
--
Milton Purdy
ACCESS
State of Arkansas


Fly Boy 5 said:
I have a field called Date_Fm and another Date_To for vacation dates. I need
to calculate days.

I appreciate your help!
 

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