I have a parameter query laid out like this:
Fname Lname Addr1 Cit Sta Zip C1 C2 C3 C4 C5 C6 C7 C8 C9
The "C" columns represent codes for mailing purposes. For example, 1 is Pastors, 2 is Organist, 3 is Pianists, etc. I need the Parameter Query to prompt for input. I'd rather have a single expression to "Ask" for the input only one time rather than nine different prompts asking for "Enter Code1, Enter Code2, etc. Additionally, there are approx 100 different Codes/categories. These are numeric values but any of the "C" fields could contain any of the 100 or so, numeric values. I need to be able to do a mailing to all "1's" or all "2's", etc. The Parameter Query needs to prompt for the "Enter Code #" and look for the selected input in any of the nine "C" fields. Does this make sense? Any help would be appreciated.
Fname Lname Addr1 Cit Sta Zip C1 C2 C3 C4 C5 C6 C7 C8 C9
The "C" columns represent codes for mailing purposes. For example, 1 is Pastors, 2 is Organist, 3 is Pianists, etc. I need the Parameter Query to prompt for input. I'd rather have a single expression to "Ask" for the input only one time rather than nine different prompts asking for "Enter Code1, Enter Code2, etc. Additionally, there are approx 100 different Codes/categories. These are numeric values but any of the "C" fields could contain any of the 100 or so, numeric values. I need to be able to do a mailing to all "1's" or all "2's", etc. The Parameter Query needs to prompt for the "Enter Code #" and look for the selected input in any of the nine "C" fields. Does this make sense? Any help would be appreciated.