I have not used access much in the past and I have just been given a task to provide a solution to a problem. The problem is that a University has a lot of members of staff in one department. Each one of those members of staff teach quite a few Modules (Subjects) and each Module is taught by a few members of staff. So far I have three tables in my access database. I have a Staff table, with the fields as Staff ID, Staff Name, Email Address, Phone Number, Room Number. I also have a Module table. The fields in this table are Module ID, Module Name, Description, Skills Taught, Module Code(The official University Code). I also found out that I needed a third table to link these two tables together so I named this StaffModule. Inside this StaffModule table I have the StaffModule ID, the Staff ID (which is linked to the Staff table) and I also have a Module ID (Which is linked to the Module table). All of my tables now have been filled with the correct information and data and now all I need to do is the search/filter part using a Form. I have a form with Three Labels. These three labels are "Module Name:", "Staff Name:" and "Keyword:". Each of these labels have a text field next to them. What query would I need to solve this problem:
"The university would like an access form to be able to filter through the database and produce the data based on a keyword search. So for instance, if the university types in the name of a member of staff then all of the information related to them will be shown as well as the modules they teach. Another example would be if a module name is searched, then all of the information for that module would be shown as well as the names and information of the staff members that teach it."
Please remember I have not used access much before
"The university would like an access form to be able to filter through the database and produce the data based on a keyword search. So for instance, if the university types in the name of a member of staff then all of the information related to them will be shown as well as the modules they teach. Another example would be if a module name is searched, then all of the information for that module would be shown as well as the names and information of the staff members that teach it."
Please remember I have not used access much before