Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17
  1. #16
    Ruegen's Avatar
    Ruegen is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jul 2013
    Location
    Australia
    Posts
    1,496
    Quote Originally Posted by ItsMe View Post
    I just noticed there is a typo in my second code for post #7



    this
    lngEmailID = Me.lstCategory.Column(0, varItem) & " "
    should be
    lngEmailID = Me.lstCategory.Column(0, varItem)
    I noticed that too (you had me puzzled there)

    didn't quite get this either

    strEmail = strEmail & Me.lstCategory.Column(1, varItem) & " "
    is this stepping by one or something?

  2. #17
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    It defaults, review http://msdn.microsoft.com/en-us/libr.../ff197046.aspx

    Did you see the edits on my previous post?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 4
    Last Post: 06-24-2013, 07:34 AM
  2. Replies: 3
    Last Post: 12-13-2012, 04:40 AM
  3. Replies: 1
    Last Post: 09-10-2012, 11:21 PM
  4. Replies: 1
    Last Post: 07-26-2012, 11:45 AM
  5. Replies: 7
    Last Post: 06-05-2012, 03:22 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums