A
Allison
Table #2 in my example is like a VLook Up table in excel
the (4 digit) Account Number looks at the Account Number
in Table #1 if they match then it automatically fills the
other fields with the report code field, the Measure field
and the Department field. In other words, Table # 1 only
has the Account Number for each transaction. Each Account
Number has it's on Measure, Department, and Reports just
they appear in Table #2. Look at the example below
Table #1 (Transaction Table has all the transaction)
Account#(Table#1) Account#Table#2
5842 = 5842=FCAI(department)
=BIO(Measure)
=AP(Reports)
I would like to see Table #1 link to table#2 and add the
above fields next to it. So table #1 would look like this:
Account # Department Measure Reports
5842 FCAI BIO AP
Currently, Table #1 only shows each transaction and only
the Account # per transaction. Keep in mind I have 150
different account numbers based on 4,000 + transactions.
I do not want to manually enter each Department, Measure
and Reports per transaction!!!! I thought I could use
some type of query
to do a look up from one table to the next based on the
account number and automatically fill in the above
additional fields.
the (4 digit) Account Number looks at the Account Number
in Table #1 if they match then it automatically fills the
other fields with the report code field, the Measure field
and the Department field. In other words, Table # 1 only
has the Account Number for each transaction. Each Account
Number has it's on Measure, Department, and Reports just
they appear in Table #2. Look at the example below
Table #1 (Transaction Table has all the transaction)
Account#(Table#1) Account#Table#2
5842 = 5842=FCAI(department)
=BIO(Measure)
=AP(Reports)
I would like to see Table #1 link to table#2 and add the
above fields next to it. So table #1 would look like this:
Account # Department Measure Reports
5842 FCAI BIO AP
Currently, Table #1 only shows each transaction and only
the Account # per transaction. Keep in mind I have 150
different account numbers based on 4,000 + transactions.
I do not want to manually enter each Department, Measure
and Reports per transaction!!!! I thought I could use
some type of query
to do a look up from one table to the next based on the
account number and automatically fill in the above
additional fields.