W
Wayne
Im having a problem getting the radio button values to show up on the
Read Page.
On the Value tab of the Properties, I have each radio button with the
same Field Name. All types are set to Yes/No. Property is set to
Value. Value is set to OptionButton1, OptionButton2 and so on. All
properties are set the same on both the compose and read pages - is
this the problem? What do I need to do to have the read page showing
what radio button was used in the compose page?
I have 2 other questions. I dont know VBA, but have a little code
knowledge. Is there a way of inserting the current user's name, or
alias? For instance, I want the user's name to appear in the subject
line. I did read somewhere a variable(?) which was something like
[CurrentUser] - is that right? If so, how could I insert it as the
initial value in the subject line?
Next question is: With my form I want the recipient to have an
additional 2 radio buttons for approval, i.e. the recipient is a
supervisor and wants to approve/disapprove of the sent email. I can
put this into the read page, but then the supervisor needs to send it
to the next person, and if they use Forward then the email reverts
back to the Compose page design which doesn't have the fields. Im
thinking the best way to do this, if it's possible, would be to hide
the approval radio buttons from the original email, and then have them
appear when the user sending the approval does not equal the original
user. Is this possible with VB?
Thanks so much for any info
Read Page.
On the Value tab of the Properties, I have each radio button with the
same Field Name. All types are set to Yes/No. Property is set to
Value. Value is set to OptionButton1, OptionButton2 and so on. All
properties are set the same on both the compose and read pages - is
this the problem? What do I need to do to have the read page showing
what radio button was used in the compose page?
I have 2 other questions. I dont know VBA, but have a little code
knowledge. Is there a way of inserting the current user's name, or
alias? For instance, I want the user's name to appear in the subject
line. I did read somewhere a variable(?) which was something like
[CurrentUser] - is that right? If so, how could I insert it as the
initial value in the subject line?
Next question is: With my form I want the recipient to have an
additional 2 radio buttons for approval, i.e. the recipient is a
supervisor and wants to approve/disapprove of the sent email. I can
put this into the read page, but then the supervisor needs to send it
to the next person, and if they use Forward then the email reverts
back to the Compose page design which doesn't have the fields. Im
thinking the best way to do this, if it's possible, would be to hide
the approval radio buttons from the original email, and then have them
appear when the user sending the approval does not equal the original
user. Is this possible with VB?
Thanks so much for any info