R
Rea Griffiths
I have what appears to be the same problem, and I am
pulling my hair out. When I create a query to pull
information from seperate tables, any of the fields that
are lookup fields only display the ID number, not the next
field, the one I need to see. When I remove the ID from
the "show" in the query, it gets ugly. I have looked at
the Row Source Information from the original table and
sometimes they look like this:
SELECT [ID] AS xyz_ID_xyz, [PersRate] AS
xyz_DispExpr_xyz, [PersRate] FROM [tblPersRate] ORDER BY
[PersRate]
How do I make the data after the look up appear?
Thanks,
Rhea
pulling my hair out. When I create a query to pull
information from seperate tables, any of the fields that
are lookup fields only display the ID number, not the next
field, the one I need to see. When I remove the ID from
the "show" in the query, it gets ugly. I have looked at
the Row Source Information from the original table and
sometimes they look like this:
SELECT [ID] AS xyz_ID_xyz, [PersRate] AS
xyz_DispExpr_xyz, [PersRate] FROM [tblPersRate] ORDER BY
[PersRate]
How do I make the data after the look up appear?
Thanks,
Rhea