Record number x of y

Yoshi88

New member
Local time
Today, 14:31
Joined
Mar 14, 2001
Messages
9
I dont want to use the navigation bar in a form, but I want the user to know how many record there is and on wich he is working on. I create an unbound text box with this code in the control source.

=[CurrentRecord] & " of " & Count(*)

Its working well, but if I add a new record the "of y" section doesn't uptdate. I tried many thing like after update, a requery, ... but it never work. The only way to refresh it is to close the form and to open it again. Does anyone has any idea.

François
 
Try Me.Refesh or [NameoftextBox].Requery

HTH
 

Users who are viewing this thread

Back
Top Bottom