Hi,
Yes, you can do this.
1. Create your calculated field to do whatever you need
2. Create a new query, add the fields you want
3. For the field you where want the calc field as criteria, put the following exprssion in the criteria line:
[Forms]![YourFormName]![CalcFieldName]
- As a side note, if you want to refer to a calc field on a subform, use this variation on the language:
[Forms]![MainFormName]![SubfomName].[Form].[CalcFieldName]
For the query to run, the form needs to be open (if not, Access will give you a dialog asking you to manually enter criteria).
Good luck,
CJ