calculate days between two dates

J

Jimbo

I need to calculate the days between two date fields and display it in a
text box. I doesn't have to be in days. Can be in years, months, weeks,
days format. Anyone have any code for this?

Thanks!
 
T

tina

take a look at the DateDiff() function in Access Help to see if it will give
you what you're looking for.

hth
 
Top