eurojourney
Eurojourney
- Local time
- Yesterday, 22:11
- Joined
- May 12, 2010
- Messages
- 24
Hello,
I am new to MS-Access and this site has been great in answering some of my questions. I know that my questions are rather basic for the most part but so far I think I have managed to have my database close to working conditions. However, someone pointed out in this site that using lookup fields are not a good idea; thus, I have the following situation:
I am in real estate working for a developer and I need a way to register clients and brokers in a simple database. Some clients have no brokers, one broker or more than one broker associated to them. Some brokers have no clients, one client or many clients associated to them. I want to keep track of the relation between brokers and clients, their contact information and details of the clients’ visit to my sales office.
I created two main tables with the contact information for brokers and clients, i.e. Broker table and Client table. The Client table also has information regarding the clients’ visits such as who was the sales associate that took care of the client, the date of the visit and the property they showed interest the most. In its current iteration, it also has a lookup field that pulls the fist name, last name and name of the company of the broker if there is a broker involved in the deal. Also, I have other secondary tables employed in the Client form that are used to select by means of combo boxes the specific choices for the Sales Associate involved in deal, name of property chosen by client and such to keep everything consistent and avoid data entry mistakes by the receptionist. I also have a separate Broker form where any broker that visits or contacts our office can be registered so I can place him or her in an email list or mail-out list by exporting the database to Outlook if I want it to. Finally, based on what I read thus far, I created a Registration table to relate the Client table and Broker table since there is a many-to-many relation between the two. I included in that table the Primary Key of the Registration table, the Primary Key of the Client table and the Primary key of the Broker table. I think I have structured the database properly so far, right?
(See below for rest of post)
I am new to MS-Access and this site has been great in answering some of my questions. I know that my questions are rather basic for the most part but so far I think I have managed to have my database close to working conditions. However, someone pointed out in this site that using lookup fields are not a good idea; thus, I have the following situation:
I am in real estate working for a developer and I need a way to register clients and brokers in a simple database. Some clients have no brokers, one broker or more than one broker associated to them. Some brokers have no clients, one client or many clients associated to them. I want to keep track of the relation between brokers and clients, their contact information and details of the clients’ visit to my sales office.
I created two main tables with the contact information for brokers and clients, i.e. Broker table and Client table. The Client table also has information regarding the clients’ visits such as who was the sales associate that took care of the client, the date of the visit and the property they showed interest the most. In its current iteration, it also has a lookup field that pulls the fist name, last name and name of the company of the broker if there is a broker involved in the deal. Also, I have other secondary tables employed in the Client form that are used to select by means of combo boxes the specific choices for the Sales Associate involved in deal, name of property chosen by client and such to keep everything consistent and avoid data entry mistakes by the receptionist. I also have a separate Broker form where any broker that visits or contacts our office can be registered so I can place him or her in an email list or mail-out list by exporting the database to Outlook if I want it to. Finally, based on what I read thus far, I created a Registration table to relate the Client table and Broker table since there is a many-to-many relation between the two. I included in that table the Primary Key of the Registration table, the Primary Key of the Client table and the Primary key of the Broker table. I think I have structured the database properly so far, right?
(See below for rest of post)