Elmobram22
Registered User.
- Local time
- Today, 14:27
- Joined
- Jul 12, 2013
- Messages
- 165
Hi all,
I'm after creating a button which will allow me to email my staff a specific file. Each staff member has a file for each month with their timesheet. I'm going to build a form with two variables. Year and month. Once you have chosen them press the button and it will email out the individual files to each email. So for example once i have chosen my variables it would find and attach...
//server/timesheets/(var)year/(var)month/[LastName]&", "&[FirstName].doc
For each employee who is currently active. I know how to do most of this just not how to send each individually with a single click rather than choosing each person on eafter another.
Cheers,
Paul
I'm after creating a button which will allow me to email my staff a specific file. Each staff member has a file for each month with their timesheet. I'm going to build a form with two variables. Year and month. Once you have chosen them press the button and it will email out the individual files to each email. So for example once i have chosen my variables it would find and attach...
//server/timesheets/(var)year/(var)month/[LastName]&", "&[FirstName].doc
For each employee who is currently active. I know how to do most of this just not how to send each individually with a single click rather than choosing each person on eafter another.
Cheers,
Paul