valeryk2000
Registered User.
- Local time
- Today, 18:12
- Joined
- Apr 7, 2009
- Messages
- 157
Hi everybody,
I am importing data from Excel spreadsheet to Access table using VBA, open ado recordset from Excel and adding the result to Access recordset.
There is one field in excel showing intervals in minutes. It looked like a number - 20, 0.5, etc. Lately they changed the representation to 0:20:00 format. When this value comes to access it looks like 1.333333E2. I need to keep 0:20:00 format, I tried to convert it to string (Cstr) - does not help. Do not know what to do. Any idea?
Val
I am importing data from Excel spreadsheet to Access table using VBA, open ado recordset from Excel and adding the result to Access recordset.
There is one field in excel showing intervals in minutes. It looked like a number - 20, 0.5, etc. Lately they changed the representation to 0:20:00 format. When this value comes to access it looks like 1.333333E2. I need to keep 0:20:00 format, I tried to convert it to string (Cstr) - does not help. Do not know what to do. Any idea?
Val