C
Christine
As a newbie, I the more I try to design forms and queries,
the less I understand the value of working with Primary
Key values instead of the actual data. For example,
TableA has ProductID and ProductName.
TableB has ProductID
The two tables are joined on ProductID. When you enter
data in TableB, the source is a lookup to TableA.
ProductID is then stored in TableB.
Why do all the pros say to do this? Every time you want to
produce a form, chart or report that will display the
ProductName - NOT the ProductID - it seems you have to
write a query. Wouldn't it be much easier just to store
the information you actually want (ProductName)?
Right now I'm struggling to display the ProductName on a
form but can't figure out how to write the query (or the
expression, if that's the way to do it).
the less I understand the value of working with Primary
Key values instead of the actual data. For example,
TableA has ProductID and ProductName.
TableB has ProductID
The two tables are joined on ProductID. When you enter
data in TableB, the source is a lookup to TableA.
ProductID is then stored in TableB.
Why do all the pros say to do this? Every time you want to
produce a form, chart or report that will display the
ProductName - NOT the ProductID - it seems you have to
write a query. Wouldn't it be much easier just to store
the information you actually want (ProductName)?
Right now I'm struggling to display the ProductName on a
form but can't figure out how to write the query (or the
expression, if that's the way to do it).