R
~~Ryan Rooney
Ok, I have a form with a combo box, called "Location Combo" that queries a
table for business names, address, city, state, zip & phone. The combo box
only shows the business name. Once I choose a business name, six other fields
are automatically filled with the other information using...
=[Location Combo].[Column](2)
=[Location Combo].[Column](3)
etc...
Now, once I am done filling in the form I want to print that record...I
accomplished that by creating a button that opens a report using the Where
Condition...
[Jobs]![ID]=[Forms]![Edit_Job]![ID]
Now the problem is that the report won't show any of the information I
collected using
=[Location Combo].[Column](2)
it just gives me the ID number of the information I want. How do I fix that?
Thanks for any help you can give!
table for business names, address, city, state, zip & phone. The combo box
only shows the business name. Once I choose a business name, six other fields
are automatically filled with the other information using...
=[Location Combo].[Column](2)
=[Location Combo].[Column](3)
etc...
Now, once I am done filling in the form I want to print that record...I
accomplished that by creating a button that opens a report using the Where
Condition...
[Jobs]![ID]=[Forms]![Edit_Job]![ID]
Now the problem is that the report won't show any of the information I
collected using
=[Location Combo].[Column](2)
it just gives me the ID number of the information I want. How do I fix that?
Thanks for any help you can give!