Hello,
I have an access database where the data was imported from a separate system. The table contains the fields COMPANY, TRANSACTIONTYPE, DATE, PRICE. After importing, I need to add two columns COMPANYCODE and ACCOUNTNO that need to appear on the report. The COMPANYCODE of course depends on the COMPANY field. The ACCOUNTNO depends on both the COMPANY and the TRANSACTIONTYPE. There are 3 TRANSACTIONTYPEs per COMPANY. I was wondering if there is a way of updating the fields without having to create individual update queries since there are over a hundred companies involved.
English is not my first language so excuse me if my description is not clear.
I have an access database where the data was imported from a separate system. The table contains the fields COMPANY, TRANSACTIONTYPE, DATE, PRICE. After importing, I need to add two columns COMPANYCODE and ACCOUNTNO that need to appear on the report. The COMPANYCODE of course depends on the COMPANY field. The ACCOUNTNO depends on both the COMPANY and the TRANSACTIONTYPE. There are 3 TRANSACTIONTYPEs per COMPANY. I was wondering if there is a way of updating the fields without having to create individual update queries since there are over a hundred companies involved.
English is not my first language so excuse me if my description is not clear.