Hi
I have an existing account balance table (with account# as primary key) that needs to be updated every morning from an Excel spreadsheet, with fresh balances and any new accounts created overnite.
Importing to the existing table does not work because account # creates a duplictate index value and is not accepted. Is there a way to permanently link the excel spreadsheet and then run an update query on the existing table to capture the new information without going through the process of deleting the existing table and creating a new one every time? When I do this, existing relationships are broken and need to be recreated.
Any other suggestions on how best to do this?
Thanks
JDTTEK
I have an existing account balance table (with account# as primary key) that needs to be updated every morning from an Excel spreadsheet, with fresh balances and any new accounts created overnite.
Importing to the existing table does not work because account # creates a duplictate index value and is not accepted. Is there a way to permanently link the excel spreadsheet and then run an update query on the existing table to capture the new information without going through the process of deleting the existing table and creating a new one every time? When I do this, existing relationships are broken and need to be recreated.
Any other suggestions on how best to do this?
Thanks
JDTTEK