A family of Microsoft relational database management systems designed for ease of use.
Thanks.
You are telling me what I seem to be experiencing. Although I intermittently get errors on Null imports for reasons I haven't figured yet.
I have had some success using a loop for Excel Row to Access records in VBA:
rst!Field1 = WS.Sh.Range("A5") etc for other columns to a record.
Actually, Nulls would work after import if I can reliably use an SQL Query to exclude those records from inclusion in statistical analysis of the data not having Nulls.
I am getting input that the Access TransferSpreadSheet ... operation does not reliably import formula values in cells from Excel. It has been suggested that I directly put VBA calculated double values or a Null in the cells and try to import. As this seems much faster, it is preferred.
Any comments?
Thanks.