1517d Simple email from Access 2003 form
Sign Up |  Live StatsLive Stats    Articles 37,469| Comments 178,637| Members 19,494, Newest Kartarsingh| Online 459
Home Contact
 (Forgotten?): 
    10 years of Excellence
    For best SPN experience, use Firefox Internet Browser!


                                                                   Your Banner Here!    




Click Here to Register/Sign Up Daily Hukamnama Member Blogs Downloads Website Navigation Help Fonts Tags

Simple email from Access 2003 form

Our Donation Goal : Why Donate? : Donate Today! : Donate Anonymously (ਗੁਪਤ) : Our Family of Supporters
Goal this month: 500 USD, Received: 0 USD (0%)
Please Donate...
     
Related Topics...
Thread Thread Starter Forum Replies Last Post
#Name? error on text box control in Access 2003 form mtnlvr Information Technology 2 28-Jul-2006 08:38 AM
Access 2003/vba email Vormov Information Technology 0 28-Jul-2006 08:11 AM
Re: Using a MSWord (2003) as an access form with autonumbers + ser Joseph Meehan Information Technology 1 28-Jul-2006 07:59 AM
Sending access form via email Patty Information Technology 1 10-Nov-2005 21:09 PM
Send email from data access form - Subject Problem Michael J. Earl Information Technology 5 07-Nov-2005 11:26 AM


Tags
2003, access, email, form, simple
Reply Post New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!
  #1 (permalink)  
Old 28-Jul-2006, 08:42 AM
Fred's Avatar Fred
Guest
 
Posts: n/a
   
   
Simple email from Access 2003 form

  Donate Today!   Email to Friend  Tell a Friend   Show Printable Version  Print   Contact sikhphilosophy.net Administraion for any Suggestions, Ideas, Feedback.  Feedback  

Register to Remove Advertisements
I have been searching out VB code to accomplish a simple task and keep
running into snags. I have a form including these fields:

- CourseName
- CourseNumber
- ProjectCoordinator
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/information-technology/13996-simple-email-from-access-2003-form.html
- email

The "ProjectCoordinator" control on the Courses form is a combo box
drawing from a related table called (T) Names. The "email" control is
automatically populated when the name is chosen.

I want to create a button that, when clicked, creates an email in
Outlook 2003 to the Project Coordinator and tells them that their
learning module has been uploaded and is ready for the staff.
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13996

Here is the code I have so far - it is edited from the closest I could
find in another message here.

Private Sub Command231_Click()
Dim strTo As String
Dim strBody As String
Dim strSubject As String

strTo = DLookup(email, "(T) Names", "Name = " & Me.ProjectCoordinator)
strBody = "Your CBL with the title and course number shown above has
been published in the Learning Management System and is available for
staff."
strSubject = "Learing Module information"
DoCmd.SendObject , , acFormatTXT, strTo, , , strSubect, strBody, True

End Sub

I am getting an error in the strTo line = Runtime error 3705. Syntax
error (missing operator) in query expression 'name@email.com'

Is this ensough info to tell where I am messing up?

Thanks,
Fred





Do you agree or disagree with the writer above? Why not share your immediate thoughts with us! Login Now! or Sign Up Today! to share your views... Gurfateh!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 28-Jul-2006, 08:42 AM
Pieter Wijnen's Avatar Pieter Wijnen
Guest
 
Posts: n/a
   
   
Re: Simple email from Access 2003 form

Quotes, Quotes

try
strTo = DLookup("email", "(T) Names", "Name = '" & Me.ProjectCoordinator &
"'")

Pieter

PS that is a nasty name for a Table/Query
don't you get tired by hitting []

"Fred" wrote in message
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13996
news:1153944730.937836.315950@h48g2000cwc.googlegr oups.com...
>I have been searching out VB code to accomplish a simple task and keep
> running into snags. I have a form including these fields:
>
> - CourseName
> - CourseNumber
> - ProjectCoordinator
> - email
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13996
>
> The "ProjectCoordinator" control on the Courses form is a combo box
> drawing from a related table called (T) Names. The "email" control is
> automatically populated when the name is chosen.
>
> I want to create a button that, when clicked, creates an email in
> Outlook 2003 to the Project Coordinator and tells them that their
> learning module has been uploaded and is ready for the staff.
>
> Here is the code I have so far - it is edited from the closest I could
> find in another message here.
>
> Private Sub Command231_Click()
> Dim strTo As String
> Dim strBody As String
> Dim strSubject As String
>
> strTo = DLookup(email, "(T) Names", "Name = " & Me.ProjectCoordinator)
> strBody = "Your CBL with the title and course number shown above has
> been published in the Learning Management System and is available for
> staff."
> strSubject = "Learing Module information"
> DoCmd.SendObject , , acFormatTXT, strTo, , , strSubect, strBody, True
>
> End Sub
>
> I am getting an error in the strTo line = Runtime error 3705. Syntax
> error (missing operator) in query expression 'name@email.com'
>
> Is this ensough info to tell where I am messing up?
>
> Thanks,
> Fred
>




--
----------------------------------------
I am using the free version of SPAMfighter for private users.
It has removed 4367 spam emails to date.
Paying users do not have this message in their emails.
Get the free SPAMfighter here: http://www.spamfighter.com/len


Reply With Quote
  #3 (permalink)  
Old 28-Jul-2006, 08:42 AM
Fred's Avatar Fred
Guest
 
Posts: n/a
   
   
Re: Simple email from Access 2003 form

  Donate Today!  
Pieter Wijnen wrote:
> Quotes, Quotes
>
> try
> strTo = DLookup("email", "(T) Names", "Name = '" & Me.ProjectCoordinator &
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13996
> "'")
>
> Pieter
>
> PS that is a nasty name for a Table/Query
> don't you get tired by hitting []
>


Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13996
Thank you, Pieter - yes, it worked.

I never said I was smart so nasty (T) Table Names, (F) Form Names,
(M) Macro Names, (Q) Queries, etc. have resulted - need to switch to
frmForm, tblTable, rptReport, etc.

Reply With Quote
   Click Here to Donate Now!

Support Us!
Become a Promoter!
Gurfateh ji, you can become a SPN Promoter by Donating as little as $10 each month. With limited resources & high operational costs, your donations make it possible for us to deliver a quality website and spread the teachings of the Sri Guru Granth Sahib Ji, to serve & uplift humanity. Every contribution counts. Donate Generously. Gurfateh!
ReplyPost New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!

Bookmarks


(View-All Members who have read this thread : 1
snopar

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Tools Search
Search:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

» Active Discussions
English Sri Guru Granth Sahib Ji Translations
Today 18:56 PM
4 Replies, 67 Views
Can Sikhs worship...
By Ishna
Today 18:54 PM
6 Replies, 46 Views
Difference in Bowing...
By Kamala
Today 15:08 PM
11 Replies, 253 Views
What Really Happened on...
Today 12:46 PM
13 Replies, 198 Views
Free Online Gurbani...
Today 03:56 AM
13 Replies, 4,339 Views
English Sri Guru Granth...
Today 03:51 AM
5 Replies, 170 Views
Edward Snowden: the...
Today 03:34 AM
3 Replies, 173 Views
Rozana Reports (ਪੰਜਾਬੀ...
Today 03:23 AM
407 Replies, 9,434 Views
Sikh Spokesman (ਪੰਜਾਬੀ...
Yesterday 17:57 PM
255 Replies, 6,064 Views
What Is Difference...
Yesterday 09:18 AM
6 Replies, 183 Views
First There is Water by...
By Ishna
Yesterday 05:03 AM
3 Replies, 190 Views
Cooking Without Alcohol
Yesterday 02:12 AM
12 Replies, 198 Views
Learning from Baba...
Yesterday 01:38 AM
0 Replies, 312 Views
Eckhart Tolle
17-Jun-2013 18:08 PM
2 Replies, 129 Views
Thought of the Moment!
17-Jun-2013 16:35 PM
115 Replies, 6,094 Views
» Books You Should Read...
Powered by vBadvanced CMPS v3.2.3
All times are GMT +6.5. The time now is 18:58 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2 Copyright © 2004-12, All Rights Reserved. Sikh Philosophy Network


Page generated in 0.47209 seconds with 32 queries
0