I need to number records sequentially on a form (similar to the RunningCount funtion on a Access Report). How can I go about doing this? The number should adjust each time a record is deleted or added. Thanks!
This bit of code does what you want and places the record count and the total number of records in the caption at the top of the form. You could use this example to place it elsewhere, of course.
This is exactly what I was looking for! I am having a little trouble getting it to work on my database, but I think I just have to troublshoot my side a little bit more.
if you cannot get this to work it is possibly because you did not import the module from the sample DB. Make sure you import the module (you can cut and paste)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.