Hello, Im trying to open the attachment menu that you get for clicking on the paperclip and such via code... I want it to open basically when I press a button
Ive tried:
Private Sub picture_Click()
Me.SeriesPicture.SetFocus
RunCommand acCmdManageAttachments
End Sub
But its telling me method or datamember not available so Im guessing Im doing something wrong... hopefully its a simple dumb mistake lol
Also while Im here Ill ask, is there a way to via vba make an attachment screen in a form invisible?
Basically what Im doing is setting up a form so it wont be visible at all when there is no attachment, but when there is a picture, It pops up on the form
Thanks.
Ive tried:
Private Sub picture_Click()
Me.SeriesPicture.SetFocus
RunCommand acCmdManageAttachments
End Sub
But its telling me method or datamember not available so Im guessing Im doing something wrong... hopefully its a simple dumb mistake lol
Also while Im here Ill ask, is there a way to via vba make an attachment screen in a form invisible?
Basically what Im doing is setting up a form so it wont be visible at all when there is no attachment, but when there is a picture, It pops up on the form
Thanks.