I have two date fields in a MicroSoft Access table that contain Date Values. I want to compare the two fields to get the number of days between the two dates. i.e. - And order is placed on 01/01/07 and shipped on 01/10/07. Howmany days are between. (the answer to that is obvious of course)
I need to get this Number of days value for every record in the table and definately do not want to do this manually. Here is the SQL I used in the last query I ran to try to get these values (obviously it does not work...
PROCESSING_TIME:[TBL_BLAH_
BLAH].[ORD
ER_DATE]-[
TBL_BLAH_B
LAH].[SHIP
_DATE]
This expression rendered negative values, so I knew it was time to approach the altar...lol
Thanks for any help you can offer...
Start Free Trial