J
Judy Ward
I make it easy for users to import data from an Excel file to an Access
database by clicking a button on a form (in the database) that has this code
behind it:
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9, "tblStatus",
importFile, True
I want to check the contents of a field in the Excel importFile and warn the
user if it is not what is expected.
Does anyone know how I would go about doing this?
Thank you,
Judy
database by clicking a button on a form (in the database) that has this code
behind it:
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9, "tblStatus",
importFile, True
I want to check the contents of a field in the Excel importFile and warn the
user if it is not what is expected.
Does anyone know how I would go about doing this?
Thank you,
Judy