Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Outlook custom forms compatibility from 2000 to 2003

Status
Not open for further replies.

alollgm

Technical User
Dec 31, 2003
13
US
I recently upgraded from outlook 2000 to 2003. I noticed that a custom form that used to work no longer does. The custom form is a survey with radio buttons and a submit button. Once the user submits with responses, the email is sent to me and I can tabulate the result via a post button. The post button takes the results and exports them to a spreadsheet.
The users can still submit survey answers using the custom form however, when I click on the post button, it no longer works. No error message is displayed either.
Any ideas?
 
Does the "post" button have VBA code behind it? It could be that whoever wrote the code behind it also turned off the warning messages, or just handled them in code, but didn't really fix the problem, but just kind of let them "slip under the cover"...
 
The button is controlled by a vbscript sub postbutton_click(). It should react to the user clicking on the button (postbutton). There isn't anything in the code that turns off error messages.

??? help!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top