Positive Parrot
New Member
- Joined
- Jan 16, 2004
- Messages
- 35
I'm very new to Access VB but I have managed to import a CSV file into a table with a DoCmd.TransferText command.
The next thing I'd like to do is create a new integer field in the table (e.g. month) and populate every record with the same value in the new field (e.g. 200503).
I've had a look at commands based on .Fields.Append but haven't got anything to work yet.
Any help would be much appreciated.
Regards,
PP
The next thing I'd like to do is create a new integer field in the table (e.g. month) and populate every record with the same value in the new field (e.g. 200503).
I've had a look at commands based on .Fields.Append but haven't got anything to work yet.
Any help would be much appreciated.
Regards,
PP