Hi, i have a database and i need to create a report which does the following:
i have three main tables:
Directors - with directors names in
MeetingTypes - with names of meetings in
Minutes - This is where the data is stored, data is entered via a form and the Director and MeetingType is selected from a combo box
these two tables just hold names and nothing more, all of the data linking them is held under a table called minutes. i need to create a report that allows me to select 1 specific director and 1 specific meeting type, then produce a report on it.
i am currently able to get a report where i can select a specific Director or MeetingTypes (via a form with a combo box selecting the name of director or meetingtype), but two togehter on one report is iiluding me!
Thank You for taking the time to read my post and thanks in advance for any help i recieve.
Lee Pemberton
i have three main tables:
Directors - with directors names in
MeetingTypes - with names of meetings in
Minutes - This is where the data is stored, data is entered via a form and the Director and MeetingType is selected from a combo box
these two tables just hold names and nothing more, all of the data linking them is held under a table called minutes. i need to create a report that allows me to select 1 specific director and 1 specific meeting type, then produce a report on it.
i am currently able to get a report where i can select a specific Director or MeetingTypes (via a form with a combo box selecting the name of director or meetingtype), but two togehter on one report is iiluding me!
Thank You for taking the time to read my post and thanks in advance for any help i recieve.
Lee Pemberton