Add new table field to Report

V

Vulcan

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!
 
D

Dirk Goldgar

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.
 
Top