I am bringing in a rather large file via a
DoCmd.TransferText ... with an import specification file.
Is there a way I can filter out some of the records.
For instance, one of the fields is named "DOCUMENT". I would like to import only DOCUMENT type = "119"...Can I do that in this type of construct?
Thx
DoCmd.TransferText ... with an import specification file.
Is there a way I can filter out some of the records.
For instance, one of the fields is named "DOCUMENT". I would like to import only DOCUMENT type = "119"...Can I do that in this type of construct?
Thx