D
deb
I have a form called fQBFProjects with a listbox called ProjectID. The user
can select one or more ProjectIDs. On this form there is a button to launch
another form called frmEmailReport.
I would like to pass the ProjectID field(s)(may be more than one) to the row
source of the frmEmailReport listbox called lstMailTo.
To sum it up.. I select the Project(s) on the report form and if the report
needs to be emailed, they click the email button and I want to pass the
ProjectID(s) to the lstMailTo listbox on the frmEmailReport form.
This way the user only sees the email recipients that belong to the
projectIDs chosen.
All ID's are numeric.
Thanks to all!!
can select one or more ProjectIDs. On this form there is a button to launch
another form called frmEmailReport.
I would like to pass the ProjectID field(s)(may be more than one) to the row
source of the frmEmailReport listbox called lstMailTo.
To sum it up.. I select the Project(s) on the report form and if the report
needs to be emailed, they click the email button and I want to pass the
ProjectID(s) to the lstMailTo listbox on the frmEmailReport form.
This way the user only sees the email recipients that belong to the
projectIDs chosen.
All ID's are numeric.
Thanks to all!!