upload a file

  • Thread starter Thread starter kym
  • Start date Start date
K

kym

I need to Call the standard Windows File Open/Save dialog
box to save a filename/location to an access database and
then be able to view the file
 
Check this out. It is more efficient and doesn't bloat your project
size as much as actually using the Common Dialog Box..

http://www.mvps.org/access/api/api0001.htm

--
HTH

Dale Fye


I need to Call the standard Windows File Open/Save dialog
box to save a filename/location to an access database and
then be able to view the file
 
I have already tried this code. I could not get it to
work. Do I need to have a devloper's edition of access?
 
No, There is an example of how to use the API call.

Take a look at the TestIt and GetOpenFile functions. You need to copy
everything in the page after the *****CodeStart****.

Paste this into a code module and save the module. Then, from your
form add some code behind the click event of a command button to call
the GetOpenFile function. Let me know how that works.

--
HTH

Dale Fye


I have already tried this code. I could not get it to
work. Do I need to have a devloper's edition of access?
 

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