Hi. I could be wrong, but I think a FileDialog can only have Open/Cancel or Save/Cancel. What exactly are you trying to accomplish? You may have to do it in steps.
Hi. I could be wrong, but I think a FileDialog can only have Open/Cancel or Save/Cancel. What exactly are you trying to accomplish? You may have to do it in steps.
Hi. Like I said, it's an OR thing, not both. What exactly are you trying to accomplish? If you give us more details, then we can make sure we give you the correct code.
Create a form with the 3 buttons you want. "Browse" button opens a FileDialogue which you can read up on there, "Import" does whatever you want to do there, and "Cancel" runs a DoCmd.Close on the form.