Effectively, you need to repeat the entire expression for the calculated
field in the WHERE clause.
The way Access works, it first selects the records, and then calculates the
field. Naturally enough, you cannot place a condition on a field that has
not yet been calculated.
--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users -
http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"John" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I have a calculated field which I also add a criteria to. When I run the
> query, it throws up a parameter dialog box looking for calculated field. I
> tried removing the [] brackets around the calculated field name in the
where
> clause, but that did not help. Can one use a criteria on a calcuated
field?
> Thanks