When I set these combo boxes up and exit the design view it is asking for me to enter a parameter value. I went into the query view under the row source and it looks like it gives me the correct information to reference back to the form. Did I input some information wrong here or not. I referenced FAQ 702-4289 when I set these up and they have worked in previously. Here are my row sources and table information
Tables:
tblTeams
Team ID
Team
tblEmployees
Employee ID
Employee
Team
SELECT tblTeams.Team ID, tblTeams.Team FROM tblTeams ORDER BY tblTeams.Team;
SELECT [tblEmployees].EmployeeID, [tblEmployees].Employee, [tblEmployees].TeamID FROM tblEmployees WHERE ((([tblEmployees].TeamID)=Forms!AONObservationsfrm!cboTeam)) ORDER BY [tblEmployees].Employee;
I am somewhat new to Access so if you need any other information please let me know.
Tables:
tblTeams
Team ID
Team
tblEmployees
Employee ID
Employee
Team
SELECT tblTeams.Team ID, tblTeams.Team FROM tblTeams ORDER BY tblTeams.Team;
SELECT [tblEmployees].EmployeeID, [tblEmployees].Employee, [tblEmployees].TeamID FROM tblEmployees WHERE ((([tblEmployees].TeamID)=Forms!AONObservationsfrm!cboTeam)) ORDER BY [tblEmployees].Employee;
I am somewhat new to Access so if you need any other information please let me know.