I am wondering how to delete a row in an Access table if all the column cells are empty. For example, to drop the column I use this:
DoCmd.RunSQL "ALTER TABLE SAP_Import DROP COLUMN [F10]"
Is there something similar to drop an empty row ?
The table consists of a row/record of data then another row/record of data with an empty row/recond in between seperating the data. I want to delete the entire row of empty data not the data itself.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.