how to create a file dialog (1 Viewer)

wizzina

New member
Local time
Today, 09:22
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
 

theDBguy

I’m here to help
Staff member
Local time
Today, 01:22
Joined
Oct 29, 2018
Messages
21,501
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.
 

wizzina

New member
Local time
Today, 09:22
Joined
May 19, 2020
Messages
13
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
 

theDBguy

I’m here to help
Staff member
Local time
Today, 01:22
Joined
Oct 29, 2018
Messages
21,501
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.
 

Isaac

Lifelong Learner
Local time
Today, 01:22
Joined
Mar 14, 2017
Messages
8,792
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

Top Bottom