A atzdgreat Member Local time Today, 01:12 Joined Sep 5, 2019 Messages 42 Apr 19, 2024 #1 Hi All, good day. may i know if possible to open attachment dialog box using command button? something like this: Code: Private Sub BtnAttach_Click() Attachment.Open End Sub
Hi All, good day. may i know if possible to open attachment dialog box using command button? something like this: Code: Private Sub BtnAttach_Click() Attachment.Open End Sub
theDBguy I’m here to help Staff member Local time Today, 01:12 Joined Oct 29, 2018 Messages 22,636 Apr 19, 2024 #2 Check out the RunCommand method. Something like: DoCmd.RunCommand acCmdManageAttachments (untested) Sent from phone...
Check out the RunCommand method. Something like: DoCmd.RunCommand acCmdManageAttachments (untested) Sent from phone...