opening builtin attachments dialog box in access

atzdgreat

Member
Local time
Today, 13:06
Joined
Sep 5, 2019
Messages
42
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
 
Check out the RunCommand method.

Something like:

DoCmd.RunCommand acCmdManageAttachments

(untested)
Sent from phone...
 

Users who are viewing this thread

Back
Top Bottom