Results 1 to 9 of 9
  1. #1
    thewabit is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Jan 2010
    Posts
    36

    specific record


    Is it possible to have a message or a flag of somesort pop up when a specific numbered record is entered? Say I want something to happen after record # 10 is entered.

    thanks

  2. #2
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 Access 2007
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Do you know how to determine how many records are in your RecordSet?

  3. #3
    thewabit is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Jan 2010
    Posts
    36
    Other than opening up the table alot...no.

  4. #4
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 Access 2007
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    If you are talking about entering records by opening the table directly, then the answer is *no*. There are no triggers in Access tables. You can however do what you suggest by entering your records through a form.

  5. #5
    thewabit is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Jan 2010
    Posts
    36
    Yes..I am suggesting through a form. Can a form keep track and "flag" memon a specified record number?

  6. #6
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 Access 2007
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    If you do a .Movelast in the RecordsetClone, the RecordsetClone.RecordCount will tell you how many records are in the Recordset.

  7. #7
    MAF4Fam6's Avatar
    MAF4Fam6 is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Dec 2009
    Location
    Fruit Heights, Utah USA
    Posts
    140
    Quote Originally Posted by thewabit View Post
    Is it possible to have a message or a flag of some sort pop up when a specific numbered record is entered? Say I want something to happen after record # 10 is entered.

    thanks
    Just curious if you were able to resolve your issue.

    If you are still looking/working on a solution, can you elaborate further on your above quote?
    I don't quite understand what you are checking (i.e. field's value, AutoNumber, record count in Recordset) against (i.e. LIST of predetermined Record numbers, every 10th record in Recordset, etc).

    Thanks.

    -RC

  8. #8
    thewabit is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Jan 2010
    Posts
    36
    I got some real good ideas from some folks but I don't know if the issue is resolved because I haven't gone "live" with the database yet. When I find out if there suggestions worked or didn't work, I will let you know.

    thanks for checking!

    Cheers

  9. #9
    MAF4Fam6's Avatar
    MAF4Fam6 is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Dec 2009
    Location
    Fruit Heights, Utah USA
    Posts
    140
    No problem...take care!

    -RC

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

Similar Threads

  1. Print a specific record report from a form
    By cynthiacorley in forum Reports
    Replies: 27
    Last Post: 02-08-2010, 06:34 AM
  2. Replies: 3
    Last Post: 01-14-2010, 08:32 AM
  3. find specific data
    By hoachen in forum Queries
    Replies: 3
    Last Post: 08-19-2009, 08:54 AM
  4. Open to specific form
    By ecpike in forum Forms
    Replies: 2
    Last Post: 06-12-2009, 08:32 AM
  5. Qry that asks for specific employee name
    By oxicottin in forum Queries
    Replies: 0
    Last Post: 02-05-2007, 08: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