Tried to load excel data into access database using access modules.
Tried the follwing steps to load
Step 1: OPen excel using ADODB provider _working fine without any issue
Step 2 : Store the value into recordset -Like "Select * from [PDF file$](Excl sheet name)
Step 3: Read each record and update it into Acces database
Problem is :
In the Excel sheet, one column has String value and some numeric value like 'P3','p4' and 3 ok ?. This program inserts only string value and if the value is numeric it inserts as null into database.
Pls advise.. how to solve this?
Tried the follwing steps to load
Step 1: OPen excel using ADODB provider _working fine without any issue
Step 2 : Store the value into recordset -Like "Select * from [PDF file$](Excl sheet name)
Step 3: Read each record and update it into Acces database
Problem is :
In the Excel sheet, one column has String value and some numeric value like 'P3','p4' and 3 ok ?. This program inserts only string value and if the value is numeric it inserts as null into database.
Pls advise.. how to solve this?