opening builtin attachments dialog box in access (1 Viewer)

atzdgreat

Member
Local time
Yesterday, 21:42
Joined
Sep 5, 2019
Messages
32
Hi All,

good day. may i know if possible to open attachment dialog box using command button?
1713519281670.png

something like this:
Code:
Private Sub BtnAttach_Click()
Attachment.Open
End Sub
 

theDBguy

I’m here to help
Staff member
Local time
Yesterday, 21:42
Joined
Oct 29, 2018
Messages
21,485
Check out the RunCommand method.

Something like:

DoCmd.RunCommand acCmdManageAttachments

(untested)
Sent from phone...
 

Users who are viewing this thread

Top Bottom