Displaying a newly created field in a Query to a Report

  • Thread starter Thread starter Terry Hollands
  • Start date Start date
T

Terry Hollands

A college needs to give students a refund of 0.05 to students on certain
courses.
I have created a query and included a new field to calculate the refund. The
query works OK when I run it but if I try to create a report and add this new
field it does not display in the report. Any suggestions?
 
Add a textbox to the report, and set the Control Source property to the name
of that new field from your query.

Also, check the Record Source property of the report; if it's not the name
of the query that you created, change it to that new name.
 
Back
Top