G
Gary Newport
Hi. This is my first posting here so I thought I'd start off with a wave.
{wave} )
Okay, I am building a form as a round robin. Basically, when we have an
issue relating to a student, a relevant senior member of staff will send the
form to all relevant staff. The original form will have the student's name,
the date of return and the reason for the concern.
The receiver is to then fill out further information relevant to their area
of work and then return the form to the original source.
To simplify everything I have created a button, entitled Return Form and
named btnReturn. I have then entered the code:
sub btnReturn_click()
item.send
end sub
I cannot see how this will send the form back to the correct person but I
have even put a simple msgbox statement in the code and nothing happens. Do I
place this code in the Script window or in the VBA editor for the current
session?
Equally, I have created the compose view and the read view. So, when it is
returned, is it the read view that is viewable to the original sender?
But primarily, how do I get this button to work?
Sorry for the barrage of questions but whilst I await a new book I could do
with some serious assistance here.
{wave} )
Okay, I am building a form as a round robin. Basically, when we have an
issue relating to a student, a relevant senior member of staff will send the
form to all relevant staff. The original form will have the student's name,
the date of return and the reason for the concern.
The receiver is to then fill out further information relevant to their area
of work and then return the form to the original source.
To simplify everything I have created a button, entitled Return Form and
named btnReturn. I have then entered the code:
sub btnReturn_click()
item.send
end sub
I cannot see how this will send the form back to the correct person but I
have even put a simple msgbox statement in the code and nothing happens. Do I
place this code in the Script window or in the VBA editor for the current
session?
Equally, I have created the compose view and the read view. So, when it is
returned, is it the read view that is viewable to the original sender?
But primarily, how do I get this button to work?
Sorry for the barrage of questions but whilst I await a new book I could do
with some serious assistance here.