A
Adrienne
I'm not sure how an Update query works and the
help in Access is hard to follow. I have two tables
Table #1
Table #2
In Table #1 all the transactions are listed and sorted by
different fields:
Account Number (7 digits)
date of Transaction
Transaction amount
Type of Transaction
Program Code
In Table #2
Account number (4 digits)
Reports
Measure
Department
I would like the Update Query to look at the last four
digits in the account number field in table #1 if it
matches the account number is table#2 then automatically
fill or update the fields in table #2 (Reports, Measure,
Department). The query would appear:
If table #1 Account Number (last 4 digits) =
Table #2 Account Number (last 4 digits) then automatically
fill the other fields listed in table 2 (Reports, Measure,
Department).
Table#1 Table#2
0775842 = 5842 = Reports, Measure Department
Is the Update Query the way to go for this sort of action?
Please explain how to use in detail if possible!!!!
help in Access is hard to follow. I have two tables
Table #1
Table #2
In Table #1 all the transactions are listed and sorted by
different fields:
Account Number (7 digits)
date of Transaction
Transaction amount
Type of Transaction
Program Code
In Table #2
Account number (4 digits)
Reports
Measure
Department
I would like the Update Query to look at the last four
digits in the account number field in table #1 if it
matches the account number is table#2 then automatically
fill or update the fields in table #2 (Reports, Measure,
Department). The query would appear:
If table #1 Account Number (last 4 digits) =
Table #2 Account Number (last 4 digits) then automatically
fill the other fields listed in table 2 (Reports, Measure,
Department).
Table#1 Table#2
0775842 = 5842 = Reports, Measure Department
Is the Update Query the way to go for this sort of action?
Please explain how to use in detail if possible!!!!