|
Question : Export Question
|
|
I want to do a custom export with VBA. I don't want to use TransferText because the export will have more than 255 fields. Essentially, I want to open a textfile and write a line at time using multiple recordsets. Can anyone tell me if this is possible and if so, what direction I should go?
|
|
Answer : Export Question
|
|
that makes sense as i said above, in addition you might want to use STUKEY to identify each line in all your files since that appears to be your primary key here, of course, only if its unique, otherwise an autonumber key will do.
John
|
|
|
|