Excelerate2004
Programmer
Hello,
I've taken a look at previous posts on this issue, but all solutions seem much more complicated than what I'm trying to do.
I have a simple 1-table access database, whereby I want to export 1 field of a selected record to a text file. This field that I require to be exported is text and will probably contain between 100-300 characters.
I will create a form whereby when the user is moving thru the recordset they can click a button on this form to export the selected field to a text file.
How can I go about doing this?
Here are the names of the fields that I have in my database:
pubid
author
citation
subject
organization
date
pageref
Notes
The table is called tblpubs.
Thanks for any help I can get!
I've taken a look at previous posts on this issue, but all solutions seem much more complicated than what I'm trying to do.
I have a simple 1-table access database, whereby I want to export 1 field of a selected record to a text file. This field that I require to be exported is text and will probably contain between 100-300 characters.
I will create a form whereby when the user is moving thru the recordset they can click a button on this form to export the selected field to a text file.
How can I go about doing this?
Here are the names of the fields that I have in my database:
pubid
author
citation
subject
organization
date
pageref
Notes
The table is called tblpubs.
Thanks for any help I can get!