Thread: records
View Single Post
  #6  
Old February 9th, 2010, 12:46 AM posted to microsoft.public.access.tablesdbdesign
thewabit via AccessMonster.com
external usenet poster
 
Posts: 54
Default records

Thanks Steve!

Steve wrote:
Put the following code in the form's AfterUpdate event:

If (DCount("*","NameOfYourTable") Mod 10) = 0 Then
MsgBox "10 Records have Now Been Entered Since Last Analysis"
End If

Steve


Maybe it would be easier to explain what I want to do. I want to analyse
every 10 ten records as a set. So I need an easy way for the end user to

[quoted text clipped - 16 lines]
Bear in mind that "record number" is not a native concept within an Access
table.


--
Message posted via http://www.accessmonster.com