Hi
I'm trying to import a row into an Access table; using a fairly simple VBScript.
The code below works perfectly UNTIL I add the final field - which is a date field (there's also a time field, which I haven't added yet).
Const adOpenStatic = 3
Const adLockOptimistic = 3
Const adUseClient...