L
Laura G.
I have seen a bunch of references to the
http://www.mvps.org/access/api/api0001.htm link, but I am unsure how to use
it. I added it as a module and then added this code to my form:
Private Sub cmdBrowse_Click()
Me.txtMouFile = TestIt()
End Sub
The issue I have is I don't know how to imput the file chosen into the
form's text box. I need it to display as an icon.
Thank you for your assistance!
http://www.mvps.org/access/api/api0001.htm link, but I am unsure how to use
it. I added it as a module and then added this code to my form:
Private Sub cmdBrowse_Click()
Me.txtMouFile = TestIt()
End Sub
The issue I have is I don't know how to imput the file chosen into the
form's text box. I need it to display as an icon.
Thank you for your assistance!