Have Form send email to recepient and include spreadsheet attachme

  • Thread starter Thread starter Kimberly
  • Start date Start date
K

Kimberly

I currently have my front page form set up to where when you submit the form,
and email is sent with the information in the email and includes a
spreadsheet attachment that when opened, displays the same information from
the email but in two rows.

Issue:
If I make any changes to the fields in the form, sometime the spreadsheet
attachment will recognize it and some it won't. The employee that created
the spreadsheet attachment option is no longer employeed so I was wondering
if anybody had any ideas?
 
Sounds like you have some server side code generating the spreadsheet (and values in it) then sending the email
- like VBscript in an asp page using CDONTS for the Email

You will need to find that code & modify it to match your form page changes

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


|I currently have my front page form set up to where when you submit the form,
| and email is sent with the information in the email and includes a
| spreadsheet attachment that when opened, displays the same information from
| the email but in two rows.
|
| Issue:
| If I make any changes to the fields in the form, sometime the spreadsheet
| attachment will recognize it and some it won't. The employee that created
| the spreadsheet attachment option is no longer employeed so I was wondering
| if anybody had any ideas?
 
Back
Top