K
karen scheu via AccessMonster.com
I have an access database that gets its data from AS400. A separate app
extracts data from AS400 and creates an XLS file. The access database
Transfers the XLS file. This works for a rebuild of the data, but I don't
know what is the best way to do daily updates. I need access to transfer in
a daily update file and then I have to append any new rows and update any
rows that are already in the table. The unique key is on two fields, order#
and line#. I looked at the append query and find unmatched query, but the
joins only allow for one field. I need to join the table on the key which is
order+line. I'm probably missing something basic here. Any ideas would be
helpful.
Thanks,
Karen
extracts data from AS400 and creates an XLS file. The access database
Transfers the XLS file. This works for a rebuild of the data, but I don't
know what is the best way to do daily updates. I need access to transfer in
a daily update file and then I have to append any new rows and update any
rows that are already in the table. The unique key is on two fields, order#
and line#. I looked at the append query and find unmatched query, but the
joins only allow for one field. I need to join the table on the key which is
order+line. I'm probably missing something basic here. Any ideas would be
helpful.
Thanks,
Karen