Which qry will do what for you depends very much on the circumstances:
Appending (or not) to an existing table identifying each record by a primary key, i.e.SSN, with the txt.file having that same identifier = too good to be true! But you could still set your own criteria according to your needs.
Is the import a recurring event, and more importantly, are you dealing with consistently solid data in the .txt file, Delimiters, Format, Size, Spelling??
"Big Money, Cheat & Sons, Inc" or "Big Money Cheat & Sons Inc" can be a very different import.
I found importing the entire file into a temporary Access tableand then selecting, filtering formatting, editing....the method best working for me, Word holds too many surprises for my taste and I simply feel more comfortable within the Access environment.
One last remark about Appdqry: In Select view it may work fine, but appending fails due to some "Key" violation, even though all settings match perfectly. This message almost drove me crazy until I found a Microsoft article about changing the underlying table's settings "Required" to 'No' in some cases to make it work. A 97 bug!
You're not alone,
TomCologne