GoodyGoody
Registered User.
- Local time
- Today, 18:41
- Joined
- Aug 31, 2019
- Messages
- 120
Hi, I am creating an import routine for users to import an Excel file of race results into my database. Now, my users are likely to be fairly non-techie so I want as foolproof a way of doing this as possible. So a) is there a way of knowing from the Excel file import what type of field it is and then using a formatting process depending on the tpe of field it is? b) let's say it is a date/time field in the format 00:18:39 (hh:mm:ss). How do I convert that so that Access recognises it as a date/time field? I'm currently using Cdate(excel.field) but it errors when it tries to insert it. Thanks, Stephen