Hello.
I have a table in an Access 2003 database, tblDataDump, that accepts data imported from an Excel spreadsheet. The data is processed through a make table query that performs some simple modifications for further use. One of the fields, CostCenter, is imported into tblDataDump as a text field, and I need it converted to a number. Is there a method for automating a data type change through either a query, macro, etc, or VBA?
Thanks for any suggestions!
I have a table in an Access 2003 database, tblDataDump, that accepts data imported from an Excel spreadsheet. The data is processed through a make table query that performs some simple modifications for further use. One of the fields, CostCenter, is imported into tblDataDump as a text field, and I need it converted to a number. Is there a method for automating a data type change through either a query, macro, etc, or VBA?
Thanks for any suggestions!
Comment