Hi, I am very new to Access 2010 so I'm sorry if these questions seem a little simple.
I am wanting to update a table with data from a fixed length text file (programmatically). Some of the rows in the text file may be new, some old. As far as I can tell in my research... I have a few options
1. Use TransferText - Is there a way to may use TransferText to update existing rows or add new rows into the table?
2. Import somehow using a Scheme.ini file. I have just created an Import Spec but can I convert the Import Spec to a Schema.ini file? any hints on how to do this please? I think I will need these to loop thru my text file data and check the existence of row and do an update or an add.
3. Import using TransferText into a Staging table then compare rows somehow? I am leaning towards this option.
Any advice?
Thanks
Tanya

I am wanting to update a table with data from a fixed length text file (programmatically). Some of the rows in the text file may be new, some old. As far as I can tell in my research... I have a few options
1. Use TransferText - Is there a way to may use TransferText to update existing rows or add new rows into the table?
2. Import somehow using a Scheme.ini file. I have just created an Import Spec but can I convert the Import Spec to a Schema.ini file? any hints on how to do this please? I think I will need these to loop thru my text file data and check the existence of row and do an update or an add.
3. Import using TransferText into a Staging table then compare rows somehow? I am leaning towards this option.
Any advice?
Thanks
Tanya