G
Guest
The table has one field and a various amount of records. I need the info in
the table to export to my output.txt.
If I Hide the fields I'm guessing it exports them anyway so I probably need
a delete statement.
The records begin with a mixed number for instance 1003DFRE or 2DF234F Any
combination of letters or numbers can be found except the first character is
either and always a 1 or a 2.
Note: I need to make the action in the table not the export statement.
I need to remove the records that begin with a 1 so when I export the
contents of the table I only see the records beginning with a 2 in my output
file.
the table to export to my output.txt.
If I Hide the fields I'm guessing it exports them anyway so I probably need
a delete statement.
The records begin with a mixed number for instance 1003DFRE or 2DF234F Any
combination of letters or numbers can be found except the first character is
either and always a 1 or a 2.
Note: I need to make the action in the table not the export statement.
I need to remove the records that begin with a 1 so when I export the
contents of the table I only see the records beginning with a 2 in my output
file.