Query based on field value

S

Stevene James

If i have a customer table with customer details in and this is displayed in
a form, is it then possible to run another query based on the value displayed
in a field.
 
D

Dennis

The criteria row in a query column can access fields from forms using this
[Forms]![Form Name]![Field Name]
 
Top