Use Acc to display list of MS Word documents

  • Thread starter Thread starter JerryC
  • Start date Start date
J

JerryC

I have a Contacts database where I would like to select
from a list of MS Word documents that could be emailed to
a client.
I would prefere to list documents found in a folder and
be able to select one for e-mailing out.

How would I display the document list on a MS Access form?

Jerry C.
KeepTraK Corporation
 
Hi Jerry,

Look up the Dir command in Access Help. You can build a recordset by any of
several different means using the Dir command successively until it fails.
Base your form on the recordset and showing continuous forms. You could
also use a list box in single mode or multiselect.

HTH
 

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

Back
Top