Help me. I am working on a database, and I am trying to export one record out of a table using a query. On a form you select the record from the table and the use a command button to export the record to text file that can then be imported by the person where the information is needed. Any help on the export will be much appreciated. I have the import done. When I click on the export button right now, it exports the form.
29-03-2003 at 05:08 PM
|
vbgen Level: Moderator Registered: 10-10-2002 Posts: 876
Re: Export a table using a form
perhaps this would be better handled over at the Database Board...
anyway... will you be using ADO? also, will the fields be first placed in texboxes or labels in the form that WILL EXPORT the record to a txt file?
thanks... hope to get your reply soon.
____________________________
Been busy trying to take a second degree <--it's not working out...
01-04-2003 at 12:26 AM
|
biggdady6998 Level: Guest
Re: Export a table using a form
No ADO, just a straight database. I would like to export the record to a txt file, and allow the next person to import that txt file into thier database.