I need to create an application which does the following:
A form will need to be filled out by a user (whether be it html or VB)
Once the form is created, the user will submit it, which in turn will do the following:
1) create a spreadsheet with the results of the form (formatted to make it look professional)
and
2) email this spreadsheet to someone (or at the least open up outlook with the spreadsheet as an attachment, and the to, and subject fields filled in)
I do not beleive this is a very complex... The confusion will arise by creating the actual spreadsheet from data stored in variables, and from actually sending the email or opening up outlook with fields filled in.
This application MUST be able to run on any PCs connected to company network and may NOT use SMTP servers or any type of serverside code i.e. ASP (it must be independant of any webserver)
I am fairly comfortable with coding and outline of my project in VB, however I would prefer to use HTML to avoid hard coding anything.
If anyone has some suggestions on how I could proceed with this I would appreciate it.
Thanks in advance!
A form will need to be filled out by a user (whether be it html or VB)
Once the form is created, the user will submit it, which in turn will do the following:
1) create a spreadsheet with the results of the form (formatted to make it look professional)
and
2) email this spreadsheet to someone (or at the least open up outlook with the spreadsheet as an attachment, and the to, and subject fields filled in)
I do not beleive this is a very complex... The confusion will arise by creating the actual spreadsheet from data stored in variables, and from actually sending the email or opening up outlook with fields filled in.
This application MUST be able to run on any PCs connected to company network and may NOT use SMTP servers or any type of serverside code i.e. ASP (it must be independant of any webserver)
I am fairly comfortable with coding and outline of my project in VB, however I would prefer to use HTML to avoid hard coding anything.
If anyone has some suggestions on how I could proceed with this I would appreciate it.
Thanks in advance!