G
Guest
I'm attempting this in a query [access 2003], but i get the error:
"unknown function in 'Date' in expression"
Could someone point me in the correct direction? TIA.
UPDATE quote SET quote.[Quote Status] = "Expired"
WHERE (((quote.[Quote Status])="Open") AND ((quote.QuoteExpires) < Date()));
"unknown function in 'Date' in expression"
Could someone point me in the correct direction? TIA.
UPDATE quote SET quote.[Quote Status] = "Expired"
WHERE (((quote.[Quote Status])="Open") AND ((quote.QuoteExpires) < Date()));