I am attempting to automate the import of a text file in Access with a macro. There may be times when certain filed values are invalid and the import stops with a pop up box detailing the errors.
The fields in question are date/time values and may not contain data in the normal course of operation. I need to keep the field format as date/time but do not want to stop the import.
Is there a way to bypass this pop up and let the macro continue?
The fields in question are date/time values and may not contain data in the normal course of operation. I need to keep the field format as date/time but do not want to stop the import.
Is there a way to bypass this pop up and let the macro continue?