Report not showing data

Keefay78

Registered User.
Local time
Today, 15:51
Joined
Jul 31, 2017
Messages
24
Hi there, I have a form which I select staff members from a table and it shows the contact details of these people in a text box, I have tried many tutorials and watched videos but I just cant get the report to show the chosen data, obviously im doing something wrong.

I have attached a screen of the form in question from a design point of view.

The Report just comes up blank, I managed to get text boxes but they were blank, im just stuck on populating the report from my selections.

Any help would be great :D
 

Attachments

  • desing.JPG
    desing.JPG
    35.6 KB · Views: 226
  • list2.JPG
    list2.JPG
    22.2 KB · Views: 222
does the query (in the report) show data?
is the report filtered before display? What is the code you use to open the report?
 
You should make a query based on the form (qbf) with criteria set to each combo or textbox. Use this query as the recordsource of your report
 

Users who are viewing this thread

Back
Top Bottom