M
merry_fay
Hi,
To import a table, I'm forming a link to excel, then running an append query
in code on my form to put the information in the desired table with
additional bits.
I've got the 'On Error GoTo' bit in my code, but when a column header is
wrong in the excel spreadsheet, instead of going to my error code, it asks me
for the parameter value of the field name that should have been in the
spreadsheet.
Is there any way I can make this become an error so my error code kicks in?
I'm already using 'DoCmd.SetWarnings False'
Thanks
merry_fay
To import a table, I'm forming a link to excel, then running an append query
in code on my form to put the information in the desired table with
additional bits.
I've got the 'On Error GoTo' bit in my code, but when a column header is
wrong in the excel spreadsheet, instead of going to my error code, it asks me
for the parameter value of the field name that should have been in the
spreadsheet.
Is there any way I can make this become an error so my error code kicks in?
I'm already using 'DoCmd.SetWarnings False'
Thanks
merry_fay