Exporting selected rows of data from database table

K

Krish

Hi,
I have a database table with several rows of data. How do I use a macro to
select only a few of the rows of data and export them to microsoft word? When
I looked at the "creating macro" feature in help, I found only entire tables
or queries can be exported. I will be selecting the rows manually... also
will it be possible select some of the forms and export them alone...
thanks for your help...
 
E

Eric Blitzer

You could add a Yes/No Checkbox field in your database. Display that on the
form. Create a query with the criteria for that check box = Yes. Use that
query in your macro to export to Word. After the export you would run an
update query changing the check box to no.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top