View Full Version : Common Dialog Control on a Form?


andm
02-01-2001, 10:57 AM
Hi there!

On a form, I would like for my user to click on a button and then be able to select the file (and directory) from which they'd like to import.

I know in VB this is the Common Dialog Control, but I'm not sure how to do this from a form in Access.

Can you help?

Thank you!!! http://www.access-programmers.co.uk/ubb/smile.gif

TGHockett
02-01-2001, 07:22 PM
andm ... as a starting point I suggest you use the help function to get more information on Access events -- you can do all kinds of things via VBA or macros with the 'on click' event property/

Good luck