Hi,
I have an Access form through which am importing data from Excel into the Access table (Docmd.transferspreadsheet, acimport, acSpreadsheetTypeExcel8, "TableName", "SourceExcelSheetPath", True).
This above code has been assigned to a command button and is working fine, but by default, the import is taking a 61 record slot,i.e., say, even if there are only 10 records in excel, the record count in the table is getting to 61 (post-import)...unable to understand why so many empty records are being imported into Access table.
How to import the records and eliminate the empty records at one go (with the single command button)..??
Help required.
Thank you.
I have an Access form through which am importing data from Excel into the Access table (Docmd.transferspreadsheet, acimport, acSpreadsheetTypeExcel8, "TableName", "SourceExcelSheetPath", True).
This above code has been assigned to a command button and is working fine, but by default, the import is taking a 61 record slot,i.e., say, even if there are only 10 records in excel, the record count in the table is getting to 61 (post-import)...unable to understand why so many empty records are being imported into Access table.
How to import the records and eliminate the empty records at one go (with the single command button)..??
Help required.
Thank you.