"Field List" when designing a report does not include all items defined

S

Stuart Beaton

When the "Field list" is accessed whilst in report design
mode it does not include all of the defined fields from
the database table. How do I correct this please and get
the missing filds added. Closing and reopening the
database does not sort the problem. When the field list is
accesed during design of the database input field the
fields are present.
Thanks
 
F

Fredg

The table is probably not the record source for the report.
It's either a query or an SQL statement.
Add the fields to the query/SQL, then save the query.
They should now show in the Report Field List.
 
Top