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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Please help: Report based on a form

Status
Not open for further replies.

Joshua61679

Technical User
Dec 28, 2001
36
US
I've been pulling my hair out on this one. I've got a form of jobs that we do. On the form there 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 get this list of crew members to show up on a report with the rest of the job info. Maybe I need to find another way to create the list. Any ideas?
 
Can you copy/paste the query and rename it, then make the new query a prompt query using a unique value? Soemthing like [Enter Job Number]
If this gives you the date you need, build your report from this Query.
-Smack
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top