R
Rubble
What I have is a master account index in one table that refers to all of the
actual account numbers in another column in the table. In another table in
one column I have an account index that relates to asset account, in another
column I have an account index that relates to accum. depr account, in a
third column I have an account index that relates to depr expense,
4th...5th...6th... -- I want to have a query that replaces the account index
with the actual account number. If I were only doing one account index to
account number it would be easy; however, I find it difficult to do multiple
columns unless I make copies of the original table 6 times over so each
column I want to have an actual account number I can have a separate
relationship defined.
actual account numbers in another column in the table. In another table in
one column I have an account index that relates to asset account, in another
column I have an account index that relates to accum. depr account, in a
third column I have an account index that relates to depr expense,
4th...5th...6th... -- I want to have a query that replaces the account index
with the actual account number. If I were only doing one account index to
account number it would be easy; however, I find it difficult to do multiple
columns unless I make copies of the original table 6 times over so each
column I want to have an actual account number I can have a separate
relationship defined.