Raak
08-17-2000, 11:26 AM
I have a table that has 2 sets of dates. I wanted to calculate these 2 dates to get a =/- report. How is this done in a report or do i have to do this in a query?
TIA,
Raak
TIA,
Raak
|
View Full Version : Calculating a Date Field Raak 08-17-2000, 11:26 AM I have a table that has 2 sets of dates. I wanted to calculate these 2 dates to get a =/- report. How is this done in a report or do i have to do this in a query? TIA, Raak Pat Hartman 08-17-2000, 08:16 PM Use the DateDiff() function. You can find the syntax in help. |