Report Creation - This Should Be Simple

italianfinancier

Registered User.
Local time
Today, 15:04
Joined
May 26, 2011
Messages
33
Hi everyone, have a sample table that I want to create a form for so that user's can enter a customer number. After the user has entered the number, I want them to click a button that automatically generates a report showing just that customer's data.

I have the form, query and report all made, but the report doesn't populate any data in the list I put on it. The query pulls the correct data though. How do I set the Report's list to display the information?
 
Do you have some textboxes on the report that have fields from the query as their control source?
Post the code you have on the click event of the button that opens the report.
 

Users who are viewing this thread

Back
Top Bottom