Comparing Dates between records

C

Cathy Maxin

How do you calculate the date difference (of course I need
work days) in the same field of different records?
 
J

John Vinson

How do you calculate the date difference (of course I need
work days) in the same field of different records?

By creating a Self Join query, adding the table to the query design
grid *twice* and joining the two instances by some appropriate field
(which, of course, I don't know since you didn't describe the table);
then use the suggestions at

http://www.mvps.org/access/datetime/date0012.htm

to calculate the date difference.
 

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