I have a FPW 2.6 table that contains a memo field. I was trying to use the copy to .. delimited command to export the data to a comma delimited file so that I could then use ORACLE's SQLLDR to get the data into ORACLE. However when a memo field is encountered it is simply ignored by FPW. I doesn't even put a comma out so that I can import the data minus the comments. All of my data will be shifted one field to the left when I import since the comments are missing. I was hoping to avoid walking through the table and doing a PUT of each field to a text file. This will take quite a long time. Any help would be appreciated.<br><br>tone<br><br>