Add new table field to Report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

After I create a Report I want to go back and add a few fields to a table and
then bring those new fields into the Report. When I bring up the details list
I don't see the new fields I created. Help!
 
In
Vulcan said:
After I create a Report I want to go back and add a few fields to a
table and then bring those new fields into the Report. When I bring
up the details list I don't see the new fields I created. Help!

Check the report's RecordSource property. If it's a query (whether a
stored query or an inline SQL statement), it probably doesn't include
the new fields, and you'll have to edit it to include them in the
selected fields. On the other hand, if that's not the problem, I've
heard of occasions where you just have to reselect the recordsource
table to make Access look at its field list again.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top