Lookup field used as a filter?

G

Glenda Garcia

I have created a database for a user that tracks training
meetings. The database contains the following tables

EmployeeTable SectionLookupTable
EmployeeID Section
FirstName
LastName
Section/Department
OfficePhone

MeetingsTable
MeetingID
MeetingTopic
MeetingLocation
FacilitatorID

FacilitatorTable
FacilitatorID
FacFirstName
FacLastName

MeetingDetailTable
MeetingID
AttendanceID
EmployeeID
InAttendance (Yes/No)

I have a form/subform to do data entry for a meeting the
form includes;

MeetingID MeetingDate MeetingLocation
FacID (drop down list)

Subform includes

AttendanceID
EmployeeID(drop down choose by name)
InAttendance

The user has told me that she would like to be able to
choose a section/department from a drop down list which
would limit the number of names on the employeeID lookup.
How do I do this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top