Text being stored as number

G

Guest

I have a field that is a text field in both tables I am running a query from.
When I try to put it in a pivot table, it is displayed as numbers (ID) How
can I get this to display my order name?
 
T

tina

are you sure the fields are a Text data type in the tables? sounds like
they're Lookup fields. if that's the case, then you've run into one of the
reasons that many experienced developers NEVER use Lookup fields in tables -
they disguise the data that's actually being stored in the field, and cause
confusion and other problems in forms and queries. suggest you get rid of
the Lookup fields in the tables. in the query, add the linked table that
provides the Order Name (tblOrders, perhaps?). drag the Order Name field
into the query grid.

hth
 

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