I am importing an excel file that has a column of numbers. Unfortunately there are several rows of text and intermixed blank rows in the excel table that are not relavent to analyzing the data. I'd like to set up a query that builds a new table with this column as a numeric with the goal of ridding the database of all records that were text or just blank in the excel file. This needs to be an automated process.
I get an error if I try to import the column into a numeric field because it contains text.
I've tried using the Val function with a make table query but it returns all zeros even when the field contains numbers.
Please help. Thanks !
I get an error if I try to import the column into a numeric field because it contains text.
I've tried using the Val function with a make table query but it returns all zeros even when the field contains numbers.
Please help. Thanks !