D
David Ball
Hi,
I have a database table of Forecast Delivery Dates.
I want to set up a Query to show items that have a forecast delivery date before a certain date. I want to be able to nominate that "certain date" on the fly.
I have tried to set up a "Date" field where I can enter a date as a parameter, then have a calculated field to subtract the Forecast dates from the date entered.
This returns an error. I think it is because the date returned by my new field doesn't seem to be in date format. I can't find any way to set this to date type.
How can I make my new date field return results as dates?
Is there a better, more direct way to do this?
I tried:
InvalidDates: [ForecastDate]<[Enter Date]
where "ForecastDate" is the field for my delivery date forecasts and "Enter Date" generates a parameter box where I enter a date. This didn't work either (maybe the date I'm entering into the parameter box is not showing as a date?).
Thanks very much for any help with this.
Dave
I have a database table of Forecast Delivery Dates.
I want to set up a Query to show items that have a forecast delivery date before a certain date. I want to be able to nominate that "certain date" on the fly.
I have tried to set up a "Date" field where I can enter a date as a parameter, then have a calculated field to subtract the Forecast dates from the date entered.
This returns an error. I think it is because the date returned by my new field doesn't seem to be in date format. I can't find any way to set this to date type.
How can I make my new date field return results as dates?
Is there a better, more direct way to do this?
I tried:
InvalidDates: [ForecastDate]<[Enter Date]
where "ForecastDate" is the field for my delivery date forecasts and "Enter Date" generates a parameter box where I enter a date. This didn't work either (maybe the date I'm entering into the parameter box is not showing as a date?).
Thanks very much for any help with this.
Dave