M
Melissa
Hi. I'm building a database for a garage. I'm making a query for the
"maintenance due". I've used this expression to give me the due dates: MAINT
DUE: DateSerial(Year([Last Routine]),Month([last routine])+[Maint
Sched],Day([last routine]))
Now, I want to limit these results to any maintenance due prior to today, or
use a parameter expression. I can't figure out how to do either and keep
getting error messages such as "data type mismatch" or "this expression is
too complex to be evaluated"
Please help. This seems like it should be so simple. Thanks
"maintenance due". I've used this expression to give me the due dates: MAINT
DUE: DateSerial(Year([Last Routine]),Month([last routine])+[Maint
Sched],Day([last routine]))
Now, I want to limit these results to any maintenance due prior to today, or
use a parameter expression. I can't figure out how to do either and keep
getting error messages such as "data type mismatch" or "this expression is
too complex to be evaluated"
Please help. This seems like it should be so simple. Thanks