G
Guest
I have tblInvoices with:
[InvID] (text key field)
[Customer]
[Rate]
[Units]
[TaxAmount]
Every month I export all the fields except [TaxAmount] into an Excel
spreadsheet and send it to my payroll company. They process the payroll and
send a spreadsheet back with the same information with the addition of the
[TaxAmount] field. I need to import that field into tblInvoice using my key
field [InvID] but have no idea what sort of query I can use to update the
table in this way. Any pointers would be appreciated.
Thanks,
spence
[InvID] (text key field)
[Customer]
[Rate]
[Units]
[TaxAmount]
Every month I export all the fields except [TaxAmount] into an Excel
spreadsheet and send it to my payroll company. They process the payroll and
send a spreadsheet back with the same information with the addition of the
[TaxAmount] field. I need to import that field into tblInvoice using my key
field [InvID] but have no idea what sort of query I can use to update the
table in this way. Any pointers would be appreciated.
Thanks,
spence