View Full Version : Opening "Common Dialog" box?


Meltdown
03-19-2002, 03:20 PM
Hi, I'm a newbie at this Access Dev stuff and have run into a problem.

I have a form and when the user clicks inside a text field the "Open" dialog box opens. I want to allow them to select an image. I found a script to do this and it seems to work OK on some computers but not on others. For the life of me I don't know why its not working on some PCs. They're running Win 98 and have O2K installed. Has anyone come across this before or can give me an alternative way to open the dialog box.

Thanks for any help

meltdown

[This message has been edited by Meltdown (edited 03-19-2002).]

Pat Hartman
03-19-2002, 04:25 PM
Look up this article in the Microsoft knowledge base. It works for A2K also:

ACC97 How to Use the Common Dialog API in an Access Database (Q303066)

Meltdown
03-19-2002, 05:21 PM
Thanks Pat, I'll give that a try

Meltdown