Question

Scroll through and send notice to routing recipients

Asked by: valmatic

HI.  I have an Access2k database that I've set up email routing in.  My code should cycle through the routing records (via a query) and pump out an email notice to each person in that routing list.  It's not working and I'm getting the attached error.  Can anyone see what I'm doiing wrong?  

Private Sub NotifyRoutings_Click()
 
Dim ECN As String
Dim UserID As String
Dim rst01 As ADODB.Connection
Set rst01 = CurrentProject.Connection
Dim myRecordSet As New ADODB.Recordset
myRecordSet.ActiveConnection = rst01
        
myRecordSet.Open "[qryRoutingNotice]"
 
myRecordSet.MoveFirst
        
    Do Until myRecordSet.EOF
                            
    If myRecordSet.Fields(3).Value = False Then                  '(If ECN Routing is Active)
       
        ECN = myRecordSet.Fields(1).Value
        UserID = myRecordSet.Fields(2).Value
                                                           
        'SEND EMAIL to Routing Recipient
        Dim Outlook
        Set Outlook = CreateObject("Outlook.Application")
    
        Dim Message 'As Outlook.MailItem
        Set Message = Outlook.CreateItem(olMailItem)
        With Message
    
        .Subject = "ECN Notice"
        .Body = "ECN NO. " + [ECN] + ", has been created.  Please sign into the ECN database and review. "
        .Recipients.Add ([UserID])
    
        .Send
        End With
    End If
                          
    myRecordSet.MoveNext
        
    Loop
RoutingNoticeFlag = True
MsgBox "Notice has been sent to all routing recipients.  This form will now close", , "Success"
DoCmd.Close
 
End Sub

                                  
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:

Select allOpen in new window

This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.

Subscribe now for full access to Experts Exchange and get

Instant Access to this Solution

  • Plus...
  • 30 Day FREE access, no risk, no obligation
  • Collaborate with the world's top tech experts
  • Unlimited access to our exclusive solution database
  • Never be left without tech help again

Subscribe Now

Asked On
2009-10-30 at 14:58:48ID24859834
Tags

MSAccess2000

,

VBA

Topics

Access Coding/Macros

,

Access Architecture/Design

,

SQL Query Syntax

Participating Experts
3
Points
500
Comments
12

Trusted by hundreds of thousands everyday for fast, accurate and reliable tech support.

  • "The time we save is the biggest benefit of Experts Exchange to Warner Bros. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange." Mike Kapnisakis, Warner Bros.
  • "Our team likes having a resource that is more secure than just using Google and most experts using this service really know their stuff. It's nice to look here first versus using Google." Dayna Sellner, Lockheed Martin
  • "Anytime that I've been stumped with a problem, 9 out of 10 times Experts Exchange has either the accepted solution or an open discussion of the potential solution to the problem." Kenny Red, eBay Inc.

See what Experts Exchange can do for you.

Got a question?

We've got the answer.

Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.

Screenshot of Experts Exchange Knowledgebase

Need individual assistance?

Our experts are ready to help.

If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.

Screenshot of Experts Exchange Knowledgebase

Want to learn from the best?

Read articles from industry experts.

Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.

Screenshot of an Article

Working on a long term project?

Store your work and research.

Save solutions to your questions, answers you’ve discovered through searching plus helpful articles in your personal knowledgebase for easy future access.

Screenshot of Experts Exchange Knowledgebase

Access the answers to your technology questions today.

Subscribe Now

30-day free trial. Register in 60 seconds.

What Makes Experts Exchange Unique?

Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Trusted by the world's most respected brands.

image of each brand's logo

Faithfully serving IT professionals since 1996.

Experts Exchange Logo

Try it out and discover for yourself.

Subscribe Now

30-day free trial. Register in 60 seconds.

Related Solutions

  1. Message Pump in a Console Application
    I have a service that I built with the VC++6.0 Win32 Console Application (with support for MFC). I created a class derived from CAsyncSocket. I have implemented an interface to the SCM for service control and now want to add a message pump to handle the OnReceive, OnConnect, ...
  2. Cycle
    Hi I was wondering how to do this I have the requirement to fetch the data from the database depending on the dates i have a cycle that is the Cycle begins on Thursday and End's on Sunday. I have to sum up the amount paid to the customer for the paiddates which are between...
  3. Can I pump osql results into excel?
    Hi everyone, Can I pump my osql results (generated in a sp) straight into an excel file to give to my user ready to download, intead of text delimited file? If anyone knows of a method please let me know. Thanks!
  4. Shell script for data pump
    Anyone know of a sample showing an export using data pump? I've tried !/bin/ksh ORACLE_SID=testdb DIRECTORY='datapump_dir:' DUMPFILE='testdb.dmp' LOGFILE='testdb.log' ORACLE_ID='user/password' expdp $ORACLE_ID $DIRECTORY$DUMPFILE When I run it with sh -v testexport.sh I co...

Free Tech Articles

  1. WARNING: 5 Reasons why you should NEVER fix a computer for free.
    It is in our nature to love the puzzle. We are obsessed. The lot of us. We love puzzles. We love the challenge. We thrive on finding the answer. We hate disarray. It bothers us deep in our soul. W...
  2. SCCM OSD Basic troubleshooting
    SCCM 2007 OSD is a fantastic way to deploy operating systems, however, like most things SCCM issues can sometimes be difficult to resolve due to the sheer volume of logs to sift through and the dispe...
  3. Migrate Small Business Server 2003 to Exchange 2010 and Windows 2008 R2
    This guide is intended to provide step by step instructions on how to migrate from Small Business Server 2003 to Windows 2008 R2 with Exchange 2010. For this migration to work you will need the fo...
  4. Create a Win7 Gadget
    This article shows you how to create a simple "Gadget" -- a sort of mini-application supported by Windows 7 and Vista. Gadgets can be dropped anywhere on the desktop to provide instant information, ...
  5. Outlook continually prompting for username and password
    There have been a lot of questions recently regarding Outlook prompting for a username and password whilst using Exchange 2007. There are a few reasons why this would happen and I will try to cover t...
  6. Backup Exchange 2010 Information Store using Windows Backup
    There seems to be quite a lot of confusion around the ability to backup Exchange 2010 using the built in Windows Backup feature. This stems from the omission of this feature prior to Exchange 2007 s...

Cloud Class Webinars

  1. Avoiding Bugs in Microsoft Access
    Alison Balter takes and in-depth look at avoiding bugs in Access. In this webinar you will learn about using the immediate window to debug your applications, invoking the debugger, using breakpoints to troubleshoot, stepping through code, setting the next statement to execute, ...
  2. Top 10 Best New Features in Visio 2010
    Scott Helmers gives live demonstrations of the top 10 new features in Visio 2010. This webinar will teach you how to create compelling diagrams by adding shapes to the page with a single click, linking the shapes in a diagram to data in Excel (or SQL Server, or SharePoint), ...
  3. IT Consultant Business Secrets Revealed
    Michael Munger, Experts Exchange tech pro and IT consultant, pulls back the curtain on his very successful businesses and answers question on every IT consultant and business owner should know about. He shares secrets on what he did to solve the 5 most common problems in IT, ...
  4. Disaster Recovery and Business Continuity
    Quest CTO, Mike Billon, gives an overview of the steps involved in building a dunamic disaster recovery plan. Through case studies and an examination of software/hardware tooles for monitoring and testing, you'll gain a better understandin of where you are, where you want ...
  5. Organize Your Visio Diagrams with Containers and Lists
    Scott Helmers uses cross functional flowcharts, wireframe diagrams, data graphic legends and seating charts to teach you: how to ustilize all three new structured diagram components in Visio 2010, the best practices for organizeing shapes in previous version of Visio, how to organize ...
  6. How to Us Objects, Properties, Events and Methods in Microsoft Access
    Alison Dalter gives an in-depbth look at objects, properties, events and methods in Microsoft Access. In this webinar you will learn about using the object browser, referring to objects, working with properties and methods, working with object variables, understanding the ...

Join the Community

Give a Little. Get a Lot.

Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.

Join the Community

Answers

 

by: boag2000Posted on 2009-10-30 at 17:33:48ID: 25707751

1. This is an Error with an SQL statement.
When you click "Debug", what line is highlighted in yellow?

If is this line:
 myRecordSet.Open "[qryRoutingNotice]"
Then run the query on it's own and report what happens.
If the query runs normally then replace the name of the query with the actual SQL.
Something like this for eaxmple:
    myRecordSet.Open "SELECT * FROM YourTable"
...and again report your findings.

2. You are not declaring "Outlook" as anything?

(Also I would consider changing the name to something like "appOL" throughout the code:
So I would use something like this:

Dim appOL As Outlook.Application
Set appOL= CreateObject("Outlook.Application")

I also notice that you are not closing your objects and setting them to Nothing.
Something like this:
myRecordSet.Close
Set myRecordSet=Nothing
Set appOL=Nothing

JeffCoachman

 

by: harfangPosted on 2009-10-30 at 17:39:38ID: 25707776

You get this error message when the "source" cannot be identified. It expects a table name, a query name, or a full SQL sentence, but the message assumes only the last case, which is confusing.

Anyway, the most obvious explanation is that you don't have a query named qryRoutingNotice, the most likely is that your query uses parameters (and that includes any reference to a control on a form). In that case, you need to provide the values to a command object:

    <command>.Parameters(0) = Forms!Form1!Text1

For a full example, please visit:

Opening a Recordset Object by Using a Saved Query
http://msdn.microsoft.com/en-us/library/aa189623(office.10).aspx

Cheers!
(°v°)

 

by: Helen_FeddemaPosted on 2009-10-31 at 08:29:23ID: 25710107

Here is a procedure that will send emails to all records in a query that have an email address (it uses a DAO recordset, so you would need to modify it somewhat to use a ADO recordset instead):

Public Sub EMailAllContacts()
'Created by Helen Feddema 31-Oct-2009
'Last modified by Helen Feddema 31-Oct-2009
 
On Error GoTo ErrorHandler
 
   Dim dbs As DAO.Database
   Dim rst As DAO.Recordset
   Dim appOutlook As Outlook.Application
   Dim msg As Outlook.MailItem
   Dim strEmail As String
   
   Set dbs = CurrentDb
   Set rst = dbs.OpenRecordset("qryContacts")
   Set appOutlook = GetObject(, "Outlook.Application")
   
   Do While Not rst.EOF
      strEmail = Nz(rst![EmailName])
      If strEmail <> "" Then
         'Create email
         Set msg = appOutlook.CreateItem(olMailItem)
         msg.To = strEmail
         msg.Subject = "Subject"
         msg.Body = "Message"
         
         'Comment out next line and uncomment Send line
         'to send automatically
         msg.Display
         'msg.Send
      End If
      rst.MoveNext
   Loop
   
ErrorHandlerExit:
   rst.Close
   Set rst = Nothing
   Set appOutlook = Nothing
   Exit Sub
 
ErrorHandler:
   'Outlook is not running; open Outlook with CreateObject
   If Err.Number = 429 Then
      Set appOutlook = CreateObject("Outlook.Application")
      Resume Next
   Else
      MsgBox "Error No: " & Err.Number _
         & " in EMailAllContacts procedure" _
         & "; Description: " & Err.Description
      Resume ErrorHandlerExit
   End If
 
End Sub
                                              
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:

Select allOpen in new window

 

by: Helen_FeddemaPosted on 2009-10-31 at 08:30:12ID: 25710115

I use GetObject, with a fallback to CreateObject in the error handler, so as to use the current instance of Outlook, if there is one, and only create a new instance if Outlook is not running.

 

by: valmaticPosted on 2009-11-01 at 06:47:37ID: 25713828

wow, great feedback..  thanks all.  I'll check out some of these ideas Monday morning and post back.  

 

by: valmaticPosted on 2009-11-03 at 08:39:20ID: 25730754

Sorry it took so long to respond.  Was here most of the weekend working on a separate project.  Anyway.. , Yes  myRecordSet.Open "[qryRoutingNotice]" is the highlighted statement on debug and there is a query called qryRoutingNotice.   The query does call out a parameter: ECNNo = me.ECNNo.
I only want to email the routing list if the routing record matches the ECN number of the form it is called from.  I read Harfang's post and link about the command object but I'm confused on where and how to use it.  That said, I'm assuming this is the underlying issue?  

Boag, "I also notice that you are not closing your objects and setting them to Nothing"  Is that just good practice or is it necessary to set them to nothing?  Just wondering..  I'm using this same piece of code in other areas, without specific parameters, and it appears to work ok.  

 

by: harfangPosted on 2009-11-03 at 08:56:58ID: 25730965

In fact, you can't use directly "ECNNo = Me.ECNNo" in a query. Does your query run from the interface? If so, show us what you really use.

Anyway, when Jet encounters something like "ECNNo = <something>" and it can't resolve <something>, it will ask the current environment. Access when run from the interface, only VB when run from code. If it stays unresolved, it becomes an implicit parameter, which will be "missing".

If the query is reasonably simple, and if the code is run from the form where Me.ECNNo is defined, you can use a string variable to create the query:

    strSQL = "SELECT * FROM Table1 WHERE ECNNo=" & Me.ECNNO

And feet that to myRecordSet.Open. That way, it's not a parameter, but a constant value.

If the query is best stored as a saved query, then use the method from the link to supply the values of the parameters.

(°v°)

 

by: valmaticPosted on 2009-11-03 at 10:34:43ID: 25731944

Hi.  Form is based on a query and an on-click event calls out the recordset query.  Yes, the query is simple and is attached.  What you're saying makes sense in theory but I'm not sure how to apply it.  Do I add the StrSQL statement to the SQL design of my query?   I'm not sure what you mean by "feed that to myrecordset.open.."  Sorry Harfang,  I'm a self taught programmer (ish) and I think I'm getting there but I have a long way to go...   thanks

 

by: harfangPosted on 2009-11-04 at 02:12:07ID: 25737836

Hi valmatic,

If you switch to SQL view (view menu or the first button of the toolbar), you can see what Access really stores when you save a query. Slightly simplified, it boils down to:

    SELECT RoutingID, ECNNo, [Name], CancelRtg
    FROM Routings
    WHERE ECNNo = Me.ECCNo And [Name]<>Ted;

The SELECT clause is the "Field:" row, the FROM clause is the upper pane, the WHERE clause is the "Criteria:" row.

It cannot run, because Me.ECCNo isn't recognized by the SQL engine. 'Me' is a VB keyword, referring to the current class module (the module behind an Access object).

If you want to run queries from VB, take the habit of looking at queries in SQL view, and progressively modify them in that view. The more you know about SQL syntax, the easier it becomes to create queries from code.

Please find below an extended example of what I was trying to explain.

(°v°)

    Dim strSQL As String
    
    ' ...
    
    ' must have a number in ECNNo:
    If IsNull(Me.ECNNo) Then Exit Sub
    
    ' building a SQL select query, using the current ECNNo:
    strSQL _
        = " SELECT RoutingID, ECNNo, [Name], CancelRtg" _
        & " FROM Routings" _
        & " WHERE ECNNo = " & Me.ECCNo & " And [Name]<>'Ted'"
    
    ' open a recordset based on the query
    myRecordSet.Open strSQL

                                              
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:

Select allOpen in new window

 

by: valmaticPosted on 2009-11-04 at 10:39:19ID: 25742387

Hi Harfang,  Had some issues with Outlook but I figured it out.  Thanks for the help.  One question though:  Why can't I call out my field by name as a recipient.  it works as is but I used:
 .Recipients.Add (myRecordSet.Fields(2).Value)
shouldnt I be able to use :
 .Recipients.Add ([Name])

see the attached code...

 

by: harfangPosted on 2009-11-04 at 14:23:24ID: 25744685

Well, [Name] is a field of a recordset, you need to tell VB where to find it. However, you can use the name [Name] to refer to it:

     .Recipients.Add myRecordSet.Fields(2).Value
     .Recipients.Add myRecordSet.Fields("Name").Value
     .Recipients.Add myRecordSet.Fields("Name")

These work, but are confusing...

     .Recipients.Add myRecordSet!Name
     .Recipients.Add myRecordSet.[Name]

... because this means something different

     .Recipients.Add myRecordSet.Name

It's the name of the recordset, not the field [Name]. "Name" is a bad name because everything has names (fields, tables, recordsets, forms, modules...)

(°v°)

 

by: valmaticPosted on 2009-11-04 at 14:31:28ID: 31648252

Harfang, understood your last post. thanks..  I think you've helped me out of a bind a couple times in the past too and it's greatly appreciated.   I gave boag a few points for the note about closing out my recordset searches.  thanks again guys...

20120131-EE-VQP-002

3 Ways to Join

30-Day Free Trial

The Experts

98% positive feedback on 31,087 answers since March 2000. angeliii is a Microsoft Most Valuable Professional for his work with MS SQL Server & Develoment.

He has also proven his knowledge of Visual Basic Programming, PHP Scripting and Oracle Databases.

The Experts

97% positive feedback on 10,752 answers since July 2000. lrmoore has more than 18 years experience in the networking industry.

The six-time Mircosoft MVPs specialties include firewalls, virtual private networking, and network management.

Testimonials

"...and excellent source for support... Kind of like having your very own IT dept." Electriciansnet

Testimonials

"I was apprehensive at signing up at first. However... it has already made my life as an IT administrator much easier." JaCrews

Testimonials

"WOW! You guys have great, active, and knowledgeable people on here." moore50

Business Clients

Business Clients

In the Press

"If you’ve got a question... Experts Exchange can supply an answer.”

In the Press

"...an invaluable aid for both IT professionals and those who require tech support."

In the Press

"where IT professionals provide quick answers on just about any topic"

Business Account Plans

Loading Advertisement...