R
ridders
Hi
I am using the CDONTS function to send email from Access using Novell
Groupwise. This is working fine.
I now want the user to be able to send attached file(s).
A command button cmdAttachFile opens a pop up form frmAttach with 3 buttons:
Browse / Attach / Remove
The Browse button opens the File...Open dialog.
So far this is all OK but I don't know how to do the next part:
When I click Open, I want this file name to appear in a text box txtFile on
my popup form. How do I do this please?
After that I have coded the Attach button so it transfers the filename to a
second textbox allowing the user to select additional file(s).
The Remove button is used if the user changes their mind
I am using the CDONTS function to send email from Access using Novell
Groupwise. This is working fine.
I now want the user to be able to send attached file(s).
A command button cmdAttachFile opens a pop up form frmAttach with 3 buttons:
Browse / Attach / Remove
The Browse button opens the File...Open dialog.
So far this is all OK but I don't know how to do the next part:
When I click Open, I want this file name to appear in a text box txtFile on
my popup form. How do I do this please?
After that I have coded the Attach button so it transfers the filename to a
second textbox allowing the user to select additional file(s).
The Remove button is used if the user changes their mind