Hi there,
I'm trying to import data (CSV File), which will contain only two fields (ID Number, Comment). I want to create a macro or perhaps VB code which will simply import the two fields into a table and simply enter today's date in the date field and write the comment that I'm importing into the table associated by the ID.
I've been looking at the DoCmd.Transfertext command, but I can't quite wrap my head around the appending portion of the task. If anyone has any suggestion it would be greatly appreciated.
Thanks
I'm trying to import data (CSV File), which will contain only two fields (ID Number, Comment). I want to create a macro or perhaps VB code which will simply import the two fields into a table and simply enter today's date in the date field and write the comment that I'm importing into the table associated by the ID.
I've been looking at the DoCmd.Transfertext command, but I can't quite wrap my head around the appending portion of the task. If anyone has any suggestion it would be greatly appreciated.
Thanks