I have an access database with a Members Table and a Contact Table. Each time a staff member makes contact with a member the infornmation is put in the contacts table referencing from the MemberID.
The member table has a field for Staff members. What i need to know is it possible to run a query that shows the member and any Contact information (Joining the 2 tables)including the members where there is no contact information.
ie: a member of staff my have 50 members he/she deals with but making a join table query will only bring up the 25 members that have contact information in the Contacts Table.
I need all 50 members even if they havn't got any information in Contacts Table but if they do i want that displyed aswell.
Can anyone help?
The member table has a field for Staff members. What i need to know is it possible to run a query that shows the member and any Contact information (Joining the 2 tables)including the members where there is no contact information.
ie: a member of staff my have 50 members he/she deals with but making a join table query will only bring up the 25 members that have contact information in the Contacts Table.
I need all 50 members even if they havn't got any information in Contacts Table but if they do i want that displyed aswell.
Can anyone help?