Results 1 to 10 of 10
  1. #1
    _Chris_ is offline Novice
    Windows XP Access 2003
    Join Date
    Jul 2010
    Posts
    24

    Question Is it possible to email just a certian amount each time ?

    Has anyone come across a way of just doing a mailmerge of for example, just 200 at a time ? There's about 20,000 records and don't really want to do them all at the same time.

    Any help much appreciated.

    Chris

  2. #2
    SoftwareMatters is offline Access VBA Developers
    Windows XP Access 2003
    Join Date
    Mar 2009
    Location
    Dorset
    Posts
    274
    You could just filter the data if you have an autonumber field.

  3. #3
    _Chris_ is offline Novice
    Windows XP Access 2003
    Join Date
    Jul 2010
    Posts
    24
    Thanks JD, I don't have autnumbering. Would it cause a problem if I did it to a database that already had 1,000's of entries ?

  4. #4
    SoftwareMatters is offline Access VBA Developers
    Windows XP Access 2003
    Join Date
    Mar 2009
    Location
    Dorset
    Posts
    274
    I've never had a problem adding an autonumber field to a table but I can only honestly say this has been tested with around 15000 records.

    You can always make a copy of the database add the autonumber and revert back if it causes issues.

  5. #5
    _Chris_ is offline Novice
    Windows XP Access 2003
    Join Date
    Jul 2010
    Posts
    24

    Question

    Thanks, just trying to do that, have entered autonumbering and yes, no duplicates, but when trying to save it, it says indexes must have names ?

  6. #6
    SoftwareMatters is offline Access VBA Developers
    Windows XP Access 2003
    Join Date
    Mar 2009
    Location
    Dorset
    Posts
    274
    Try adding the autonumber but leave indexed as no

  7. #7
    _Chris_ is offline Novice
    Windows XP Access 2003
    Join Date
    Jul 2010
    Posts
    24
    Thanks JD, that's done it. That parts complete now, but how do I 'tell' the mailmerge to only do, for example, records from 400 to 600 ?

  8. #8
    SoftwareMatters is offline Access VBA Developers
    Windows XP Access 2003
    Join Date
    Mar 2009
    Location
    Dorset
    Posts
    274
    You could do this 2 ways:

    1. In the mailmerge in Word click the edit recipients section and do an advanced filter.

    2. In your mailmerge query add the autonumber field and in the criteria put >= [Enter Starting Number] And <= [Enter Finishing Number]
    This will add prompts so you can filter the data.

  9. #9
    _Chris_ is offline Novice
    Windows XP Access 2003
    Join Date
    Jul 2010
    Posts
    24

    Thumbs up

    Many thanks JD, all solved. The helps been appreciated.

  10. #10
    SoftwareMatters is offline Access VBA Developers
    Windows XP Access 2003
    Join Date
    Mar 2009
    Location
    Dorset
    Posts
    274
    No problem, happy to help

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Email button.
    By emccalment in forum Access
    Replies: 3
    Last Post: 02-19-2010, 04:14 PM
  2. Code to spell out check amount?
    By spkoest in forum Access
    Replies: 4
    Last Post: 06-16-2009, 07:44 PM
  3. Amount in word in MS. Access 2000 (VBA)
    By dannygan in forum Access
    Replies: 5
    Last Post: 06-07-2009, 11:52 PM
  4. Replies: 10
    Last Post: 11-13-2006, 02:07 AM
  5. Replies: 2
    Last Post: 06-18-2006, 10:50 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