jcdub
12-26-2009, 12:42 PM
Hi and thanks for reading this!
Background: I am a real estate investor looking to use the power of access to database buyers and leads.
The Function of the Database: I want to be able to enter a new lead or property and the database will run a query based on zip code on which buyers I should call. For example, if I enter 510 Fake Street, 63033 into my database, the database will return a list of buyers for 63033.
So far I have set up two tables, one for buyers and one for properties.
My Question: How should I set up the zip codes for buyers?
Originally, I was going to have each zip be a field and the contents of the field a boolean (-1,0). I thought this would be the best way to do this because while some buyers may only be interested in one zip code, there are plenty of buyers who are interested in multiple zip codes. I was going to use check boxes to enter the booleans into the proper fields (I have this working correctly). Will I be able to run a query based on field title?
Any ideas?
Thanks in advance.
Background: I am a real estate investor looking to use the power of access to database buyers and leads.
The Function of the Database: I want to be able to enter a new lead or property and the database will run a query based on zip code on which buyers I should call. For example, if I enter 510 Fake Street, 63033 into my database, the database will return a list of buyers for 63033.
So far I have set up two tables, one for buyers and one for properties.
My Question: How should I set up the zip codes for buyers?
Originally, I was going to have each zip be a field and the contents of the field a boolean (-1,0). I thought this would be the best way to do this because while some buyers may only be interested in one zip code, there are plenty of buyers who are interested in multiple zip codes. I was going to use check boxes to enter the booleans into the proper fields (I have this working correctly). Will I be able to run a query based on field title?
Any ideas?
Thanks in advance.