A
Alexander Heimann
I have succesfully created a macro to update a table by importing a
text file using the transfer text macro and the import specification.
When I click on the macro i get a text pop up letting me know it
couldn't append all the records in the text file due to key
violations. This is fine because i just need to update new records so
i click yes and continue anyway and it works great.. My problem is
that i want ot automate this macro using windows scheduler. I won't
able to click yes obviously. Any ideas? Should I Code a macro that
handles the pop up. Do you think I should import the text file into a
temp table, use a query to find new records, then only import new
records.
What do you guys think?
A
text file using the transfer text macro and the import specification.
When I click on the macro i get a text pop up letting me know it
couldn't append all the records in the text file due to key
violations. This is fine because i just need to update new records so
i click yes and continue anyway and it works great.. My problem is
that i want ot automate this macro using windows scheduler. I won't
able to click yes obviously. Any ideas? Should I Code a macro that
handles the pop up. Do you think I should import the text file into a
temp table, use a query to find new records, then only import new
records.
What do you guys think?
A