G
George Hester
Open an Access 2002 Database mdb. Open any table with text data with at
least more then four records. Select three records at once. This is done
by selecting one record amd then while holding the Shift key down select
another record two records below. You now have three records selected.
Move the mouse over to right a little bit and when the mouse changes to just
a vertical line, right click and choose copy. Now minimize Access 2002.
Open notepad; Start | Run | notepad | OK. Go to Edit | Paste. You will see
that the filed names of the table appear as well as the records you chose.
Also note that although the data in the table was text, you do not see
quotes "" surrounding the text data as pasted into Notepad.
Now what happens for me is that I do this programmatically writing the
records into a text file. But the records when written programmatically
using FileSystremObject appear in the Text file with "" quotes surrounding
the pasted records. This sucks because then I have to go through the entire
text file removing "" quotes and that takes time. I would like the text
from the database to be written to the text file programmatically in JUST
EXACTLY the way the data records are written to the text file as I showed
you above in my little "please try..."
Can it be done? And if so how? Thanks.
least more then four records. Select three records at once. This is done
by selecting one record amd then while holding the Shift key down select
another record two records below. You now have three records selected.
Move the mouse over to right a little bit and when the mouse changes to just
a vertical line, right click and choose copy. Now minimize Access 2002.
Open notepad; Start | Run | notepad | OK. Go to Edit | Paste. You will see
that the filed names of the table appear as well as the records you chose.
Also note that although the data in the table was text, you do not see
quotes "" surrounding the text data as pasted into Notepad.
Now what happens for me is that I do this programmatically writing the
records into a text file. But the records when written programmatically
using FileSystremObject appear in the Text file with "" quotes surrounding
the pasted records. This sucks because then I have to go through the entire
text file removing "" quotes and that takes time. I would like the text
from the database to be written to the text file programmatically in JUST
EXACTLY the way the data records are written to the text file as I showed
you above in my little "please try..."
Can it be done? And if so how? Thanks.