Jackson1942
Registered User.
- Local time
- Today, 16:35
- Joined
- Dec 22, 2011
- Messages
- 15
Working with Access 2010 and need some help. I have defined and populated my tables; Team table contains an entry for every employee that works on that team and a Employee table that contains basic contact information; phone numbers and email addresses.
For example: Team 1 contains 3 employee entries, one for the manager and 2 for staff members. Employees and managers are on multiple teams.
I have Query1 that pulls the information from the tables.
I have a report (ServiceCallList) that displays the information from Query1.
Query1 has [Teams] in the Criteria area for the Teams entry.
I run the report and the “Enter Parameter Value” display opens up; I enter the team and it displays properly.
I have created a Form (Form1), defined a Combo Box (Name is Combo8) from the Teams table, hoping to be able to select a Team from the combo box that will automatically pass to the Report (ServiceCallList) and display the results for that Team only.
I have changed the [Teams] criteria to [Teams]!ServiceCallList.Combo8 in Query1.
I added an “Open Report” macro to Combo8 for the ServiceCallList report.
When I select an entry from the Combo Box in Form1, the “Enter Parameter Value” displays?
While searching this web site I see a lot of information for Me. and DoCmd. statements not knowing what they are for; not knowing SQL or VB could someone help me out?
For example: Team 1 contains 3 employee entries, one for the manager and 2 for staff members. Employees and managers are on multiple teams.
I have Query1 that pulls the information from the tables.
I have a report (ServiceCallList) that displays the information from Query1.
Query1 has [Teams] in the Criteria area for the Teams entry.
I run the report and the “Enter Parameter Value” display opens up; I enter the team and it displays properly.
I have created a Form (Form1), defined a Combo Box (Name is Combo8) from the Teams table, hoping to be able to select a Team from the combo box that will automatically pass to the Report (ServiceCallList) and display the results for that Team only.
I have changed the [Teams] criteria to [Teams]!ServiceCallList.Combo8 in Query1.
I added an “Open Report” macro to Combo8 for the ServiceCallList report.
When I select an entry from the Combo Box in Form1, the “Enter Parameter Value” displays?
While searching this web site I see a lot of information for Me. and DoCmd. statements not knowing what they are for; not knowing SQL or VB could someone help me out?