Add a field to a report built from another table

K

KaiserSose

When trying to add fields to an existing report I find that those feilds are
not available in the list. There must be a way to access fields from this or
other tables. Note this is a SELECT DISINCT REPORT.
 
D

Duane Hookom

Field values can be add to a report by
-adding tables/queries to report's record source query
-use domain aggregate functions like DLookup()
-use controls with Row Source properties
-use a subreport
-use code to set the values of unbound controls
-write and use a function that returns the value
 
L

Larry Linson

KaiserSose said:
When trying to add fields to an existing report I find that those feilds
are
not available in the list. There must be a way to access fields from this
or
other tables. Note this is a SELECT DISINCT REPORT.
 

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

Top