G
GregB
Created a customer table which includes a lookup to
another table which consisting of vendors each customer
might use for a particular product. The vendor table
includes about 20 names.
This works great until I create a report that is grouped
by vendor. When I do that, the report, instead of
displaying the vendor name, displays the corresponding ID
number for each vendor from the vendor table.
Doesn't seem to matter which field in the vendor table is
the primary key, or whether I have no primary key, or if I
remove that ID autonumber field altogether.
Any help?
another table which consisting of vendors each customer
might use for a particular product. The vendor table
includes about 20 names.
This works great until I create a report that is grouped
by vendor. When I do that, the report, instead of
displaying the vendor name, displays the corresponding ID
number for each vendor from the vendor table.
Doesn't seem to matter which field in the vendor table is
the primary key, or whether I have no primary key, or if I
remove that ID autonumber field altogether.
Any help?