Sending E-Mails from a Microsoft Access Form

waltjo

New member
Local time
Today, 00:00
Joined
Sep 24, 2009
Messages
4
I am trying to implement the above but get the same error message as below

Compile error, Method or data member not found.

prog faults at the following

stWho = Me.cboAssignee

prog copied from an online source as below which downloads as read only and works but not when I compile it myself using the exact same code.

http://www.databasedev.co.uk/email-from-ms-access-form.html

Have tried several times on diff machines with same result.

help to resolve would be welcomed,

thanks

john
 
I am trying to implement the above but get the same error message as below

Compile error, Method or data member not found.

prog faults at the following

stWho = Me.cboAssignee

prog copied from an online source as below which downloads as read only and works but not when I compile it myself using the exact same code.

http://www.databasedev.co.uk/email-from-ms-access-form.html

Have tried several times on diff machines with same result.

help to resolve would be welcomed,

thanks

john
it could be a few different things. got references checked in VBA editor? is there actually a object called cboasignee? have your dimmed your stWHO variable first? all of these I think could cause it
 
Adam,

thanks for the pointers, looked through prog again and it came down to the object name being incorrect.

Now sorted and runs fine

thanks

john
 

Users who are viewing this thread

Back
Top Bottom