Hi,
I'm hoping someone can help me with this. I'm completely new (just today) to custom forms on Outlook and have got a bit stuck. I Basically have created a form with a number of fields on which are to be completed by a user and sent back to a group email address.
When the group email address receives the msg, it is my intention to be able to open the msg and run a macro which exports the field data to MS Access. I have created a button and added a basic macro to the Edit Read Page, but can't seem to get it to work. This is what I've added:
Button Name: cmdSendtoDb2
Script Code:
Sub cmdSendtoDb2_Click()
msgbox "msg worked"
End Sub
Can anyone tell me if I have missed a step to initialise the macro. I have also added a similar button to the Edit Compose Page and this worked Ok?
Any help will be appreciated.
Thanks,
Nic
I'm hoping someone can help me with this. I'm completely new (just today) to custom forms on Outlook and have got a bit stuck. I Basically have created a form with a number of fields on which are to be completed by a user and sent back to a group email address.
When the group email address receives the msg, it is my intention to be able to open the msg and run a macro which exports the field data to MS Access. I have created a button and added a basic macro to the Edit Read Page, but can't seem to get it to work. This is what I've added:
Button Name: cmdSendtoDb2
Script Code:
Sub cmdSendtoDb2_Click()
msgbox "msg worked"
End Sub
Can anyone tell me if I have missed a step to initialise the macro. I have also added a similar button to the Edit Compose Page and this worked Ok?
Any help will be appreciated.
Thanks,
Nic