Hi,
I use the docmd.transfertext to bring in data from a csv file into an access table.
The access table is called "xyz".
I now need to add a column right at the end of table "xyz" and fill in that column with the value "Dog" all the way down to the last used row of data.
How can I do this in access vba.
Thanks