Jan 30, 2004 #1 tomsim MIS Joined Jan 30, 2004 Messages 2 Location CA How do you append tab delimited files into Dbase I have tried Append from test.txt delimited with ???
How do you append tab delimited files into Dbase I have tried Append from test.txt delimited with ???
Jan 30, 2004 #2 craigsboyd IS-IT--Management Joined Nov 9, 2002 Messages 2,839 Location US I would think that you could either put a tab between two quotes or use CHR(9). Slighthaze = NULL craig1442@mchsi.com"Whom computers would destroy, they must first drive mad." - Anon Upvote 0 Downvote
I would think that you could either put a tab between two quotes or use CHR(9). Slighthaze = NULL craig1442@mchsi.com"Whom computers would destroy, they must first drive mad." - Anon
Feb 2, 2004 #3 marlinatgls Programmer Joined Dec 11, 2003 Messages 8 Location US APPEND FROM <file name> TYPE DELIMITED WITH TAB Upvote 0 Downvote
Feb 2, 2004 #4 marlinatgls Programmer Joined Dec 11, 2003 Messages 8 Location US Sorry, that is for FoxPro! Not sure it works the same in dbase. Upvote 0 Downvote