Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Report based on form that contains a query

Status
Not open for further replies.

Joshua61679

Technical User
Joined
Dec 28, 2001
Messages
36
Location
US
Hi all.

I've been pulling my hair out on this one. I've got a form of jobs that we do. On the formthere is some extrainious job info, there is a job number, that is based on an autonumber, and there is a combo box that has a list of the crew members that are assigned to that job. This is how that list is formed:

1.On the job form, click on comand button "Assign Crew"
2.Crew members form based on crew members table opens
3.When you dbl click on a crew members name a macro runs
4.The macro then places the name, and the job number of the current record into a form
5.That crew form is based on a table, so the values are stored.
6.On the job form, the crew combo box is set to run a query onEnter7.The query selects the names that are associated with the job number of the current record.

This all works fine, but I have yet to figure out how to this list of crew members to show up on a report with the rest of the job info. Any ideas?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top