B
Bugman
I'm running Access 2002 with a program built in Acess 2000
Using a Select Query, I have two fields brought together for a calculation.
[StartDate] is a Date/Time field and [RunDays] is a number field
Calculation
CalcDate: DateAdd("d",[Rundays],Format([StartDate],"mm/dd/yyyy"))
Parameter
Between Format([Begin],"mm/dd/yyyy") And Format([End],"mm/dd/yyyy")
The query runs and accepts the parameter selections but the results come out
strange. I get the expected results for the most part but also get records
with the year 2004 even though I request 2005. The Day/Month range seem to
match but the year is where I seems to have the problem.
Any ideas??
Using a Select Query, I have two fields brought together for a calculation.
[StartDate] is a Date/Time field and [RunDays] is a number field
Calculation
CalcDate: DateAdd("d",[Rundays],Format([StartDate],"mm/dd/yyyy"))
Parameter
Between Format([Begin],"mm/dd/yyyy") And Format([End],"mm/dd/yyyy")
The query runs and accepts the parameter selections but the results come out
strange. I get the expected results for the most part but also get records
with the year 2004 even though I request 2005. The Day/Month range seem to
match but the year is where I seems to have the problem.
Any ideas??