McDimwitty
Registered User.
- Local time
- Today, 07:45
- Joined
- Oct 23, 2007
- Messages
- 16
Thanks to the super moderator, I was greatly helped. I am reusing his code to read from a delimited text file and place the values into the table.
This is what he wrote:
http://www.access-programmers.co.uk/forums/showpost.php?p=639755&postcount=5
I ran into a snag. though.
I have 37 fields / columns in my csv file. One of them is a number and I want it to be used as a number. The problem, I believe, is when this number is missing from the row, the importing stops.
I checked and it's not required as a field in my table definition. What if I want some rows to have a blank for this field? Do I need to have this field defined as text?
=-= Mr McDimwitty =-=
This is what he wrote:
http://www.access-programmers.co.uk/forums/showpost.php?p=639755&postcount=5
I ran into a snag. though.
I have 37 fields / columns in my csv file. One of them is a number and I want it to be used as a number. The problem, I believe, is when this number is missing from the row, the importing stops.
I checked and it's not required as a field in my table definition. What if I want some rows to have a blank for this field? Do I need to have this field defined as text?
=-= Mr McDimwitty =-=