M
Murp
I have two tables ([tblBook] and [tblBook_Ext]) with the same number of
fields. One of the tables ([tblBook_Ext]) is updated by an external source.
Then I bring these two tables together in a query, join them using their keys
([ISBN]), and compare their fields ([Title], [Author], [Binding], etc.).
My question is a practical and a philosophical one: should these fields
share the same name, if they don't necessarily share the same values? Or
should I name them something like [Title] And [TitleExt]?
fields. One of the tables ([tblBook_Ext]) is updated by an external source.
Then I bring these two tables together in a query, join them using their keys
([ISBN]), and compare their fields ([Title], [Author], [Binding], etc.).
My question is a practical and a philosophical one: should these fields
share the same name, if they don't necessarily share the same values? Or
should I name them something like [Title] And [TitleExt]?