how to create a file dialog

wizzina

New member
Local time
Today, 12:38
Joined
May 19, 2020
Messages
13
please i urgently need help on

how to create a file dialog with the following buttons in it:

browse, import and cancel
 
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.

yes, just give me a step by step proceedure on it (open/cancel ) but if is possible to add save to it
 
yes, just give me a step by step proceedure on it (open/cancel ) but if is possible to add save to it
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.
 

Users who are viewing this thread

Back
Top Bottom