J
jer99 via OfficeKB.com
I've been programming in Access VBA for quite a few years and am branching
out to Word (smile).
I've designed a 3 page form in word (2003 SP2). I am also new to forms.
I thought it would be a good idea if I had a submit button on the bottom of
the form and when pressed, save it and also send the parsed data to another
directory.
I can figure out the code for the process if I can only get the button to
work!!!
I have a statement on the click event like:
if msgbox("Are you sure you are finished?",......) = vbok then
do something
endif
I put a break on the do something line.
When I click on the button, nothing happens. I took it out of design mode
(I'm pretty sure) and even tried to protect it to only filling out the form.
I'm sure there is a very basic answer (no pun intended) here. I'm just
missing it.
Thanks.
out to Word (smile).
I've designed a 3 page form in word (2003 SP2). I am also new to forms.
I thought it would be a good idea if I had a submit button on the bottom of
the form and when pressed, save it and also send the parsed data to another
directory.
I can figure out the code for the process if I can only get the button to
work!!!
I have a statement on the click event like:
if msgbox("Are you sure you are finished?",......) = vbok then
do something
endif
I put a break on the do something line.
When I click on the button, nothing happens. I took it out of design mode
(I'm pretty sure) and even tried to protect it to only filling out the form.
I'm sure there is a very basic answer (no pun intended) here. I'm just
missing it.
Thanks.