K
Kevin
I have a query used to generate a production hours
forecast report which takes the product shipment date and
subtracts 7 days. If we are delivering within the first
week of a month, the production hours show up in the
previous month. I use a calculated field:
HoursDate
ateAdd("y",-7,[DeliveryDate])
I then use a parameter for that field:
view the current hours. It has worked fine for the first
9 months of the year, but as soon as you enter 10/1/2004
or later, it gathers all hours in the database, which
currently dates back to December 2003. It seems to
ignore the parameter entered.
Any help/suggestions are appreciated!
forecast report which takes the product shipment date and
subtracts 7 days. If we are delivering within the first
week of a month, the production hours show up in the
previous month. I use a calculated field:
HoursDate

I then use a parameter for that field:
I do this so we can look further out without having to=[Enter the beginning date:]
view the current hours. It has worked fine for the first
9 months of the year, but as soon as you enter 10/1/2004
or later, it gathers all hours in the database, which
currently dates back to December 2003. It seems to
ignore the parameter entered.
Any help/suggestions are appreciated!