perrydaniel
Technical User
Hi
I have created a database which consists of three tables
1.Client
2.Property
3.LinkClientProperty
My Client table holds info about the client and their requirements. i.e 3 bed house worth 150k (ClientID key)
My Property table holds info about the properties which are available to buy (PropertyID Key)
My third table holds the keys ClientID and PropertyID
My question is this, I can write a query which looks for anyone looking for a 3 bed house worth 150k, but how can i display in the clients table that a property brochure was sent to a client? And also in the property table a list of clients that were sent a particualr brochure.
I believe my tables are setup ok, and when i populate the link table manually everything seems ok. Hope this makes sense. Any help would be great.
I have created a database which consists of three tables
1.Client
2.Property
3.LinkClientProperty
My Client table holds info about the client and their requirements. i.e 3 bed house worth 150k (ClientID key)
My Property table holds info about the properties which are available to buy (PropertyID Key)
My third table holds the keys ClientID and PropertyID
My question is this, I can write a query which looks for anyone looking for a 3 bed house worth 150k, but how can i display in the clients table that a property brochure was sent to a client? And also in the property table a list of clients that were sent a particualr brochure.
I believe my tables are setup ok, and when i populate the link table manually everything seems ok. Hope this makes sense. Any help would be great.