I am trying to import Excel data into Access tables. I have set up a macro to pull the data into the appropriate tables; however, we don't want to have empty records. There are occasions where the user won't be filling in all fields.
Someone suggested creating temporary tables and running a delete query prior to moving the data into the final tables. I would appreciate some help in coding this. If someone has an example I could follow, I'd greatly appreciate it.
Someone suggested creating temporary tables and running a delete query prior to moving the data into the final tables. I would appreciate some help in coding this. If someone has an example I could follow, I'd greatly appreciate it.