Tblqryfrmrpt
New member
- Local time
- Today, 00:39
- Joined
- May 10, 2011
- Messages
- 6
Hi everyone,
New to posting here, but these forums are great. Thanks for the information.
I've been trying to wrap my brain around this for a while and I can't figure it out. I have a table of properties. I also have a search form that works great when you search individual criteria or a combination of them (City, State, Zip, etc).
My problem is that there are certain clients that only work in a number of zip codes. This leads me to the concept of a zip group. I have created a table that only consists of a column of zip codes for Client A. I would like to create multiple tables for multiple clients that can be joined to the main table to utilize these zip groups.
However, I cannot figure out how to search by "zip group". It seems to be a pretty simple inner join based on the zip code, but the table name is variable based on the combobox selection they select for zip group. Is there an easy way to do this? I would assume that I would need another qry for Zip Group, instead of using my regular search qry.
Thanks
New to posting here, but these forums are great. Thanks for the information.
I've been trying to wrap my brain around this for a while and I can't figure it out. I have a table of properties. I also have a search form that works great when you search individual criteria or a combination of them (City, State, Zip, etc).
My problem is that there are certain clients that only work in a number of zip codes. This leads me to the concept of a zip group. I have created a table that only consists of a column of zip codes for Client A. I would like to create multiple tables for multiple clients that can be joined to the main table to utilize these zip groups.
However, I cannot figure out how to search by "zip group". It seems to be a pretty simple inner join based on the zip code, but the table name is variable based on the combobox selection they select for zip group. Is there an easy way to do this? I would assume that I would need another qry for Zip Group, instead of using my regular search qry.
Thanks