Ok yet another newbie here.
I have the beginings of a database. 1 form named client_data (picture attached).
1 table called tblclient_data which holds infomation on a client such as address, company type, telephone numbers etc.
1 table called tblclient_contacts which holds contact details on employees of a company.
On both tables I have a particular field, "No" which is set as the Primary key (a text field as I want an abreviated company/ personal name).
On the client_data form I want a sub-form which contains contact information on employees from the company currently displayed in the main part of the form.
Fields in the table for the tblclient_contacts are:
No (Primary Key)
Salesperson Code
Name
Job Title
Phone No
Mobile No
Fax No
E-mail address
I have had a good read of most of the posts about relationships and understand the theory of one-to-one, one-to-many etc but I cannot get it to work in practice. I've downloaded the various examples but I must be having a bad day with brainpower. Any help/suggestions to get this to work (as It seems like a simply Query!) would be much appreciated. Thanks.
I have the beginings of a database. 1 form named client_data (picture attached).
1 table called tblclient_data which holds infomation on a client such as address, company type, telephone numbers etc.
1 table called tblclient_contacts which holds contact details on employees of a company.
On both tables I have a particular field, "No" which is set as the Primary key (a text field as I want an abreviated company/ personal name).
On the client_data form I want a sub-form which contains contact information on employees from the company currently displayed in the main part of the form.
Fields in the table for the tblclient_contacts are:
No (Primary Key)
Salesperson Code
Name
Job Title
Phone No
Mobile No
Fax No
E-mail address
I have had a good read of most of the posts about relationships and understand the theory of one-to-one, one-to-many etc but I cannot get it to work in practice. I've downloaded the various examples but I must be having a bad day with brainpower. Any help/suggestions to get this to work (as It seems like a simply Query!) would be much appreciated. Thanks.