D dosgimp Registered User. Local time Today, 15:47 Joined Oct 6, 2004 Messages 12 Oct 13, 2004 #1 I cant see to get Form Text box data to be used as criteria for query.
P Pat Hartman Super Moderator Staff member Local time Today, 14:47 Joined Feb 19, 2002 Messages 47,594 Oct 14, 2004 #2 The form must be open when you run the query. The syntax is something like: Where YourField = Forms!YourForm!YourControl;
The form must be open when you run the query. The syntax is something like: Where YourField = Forms!YourForm!YourControl;