G
Guest
How does one avoid parameter queries? For example, I have a query with two
date fields, and a calculated field [FinalDate]that uses an IIf to determine
which of the two date fields is more recent and to set FinalDate to that
value. The query works fine. Then when I specify a date criterion for
FinalDate, msaccess always pops up a parameter box that asks for the value of
FinalDate. The FinalDate field obviously has a value, and the criterion
specifys a year with Year([FinalDate]) = 1999, so what needs to be done to
prevent the parameter box from opening?
Thanks,
LAF
date fields, and a calculated field [FinalDate]that uses an IIf to determine
which of the two date fields is more recent and to set FinalDate to that
value. The query works fine. Then when I specify a date criterion for
FinalDate, msaccess always pops up a parameter box that asks for the value of
FinalDate. The FinalDate field obviously has a value, and the criterion
specifys a year with Year([FinalDate]) = 1999, so what needs to be done to
prevent the parameter box from opening?
Thanks,
LAF