Record number x of y (1 Viewer)

Yoshi88

New member
Local time
Today, 04:06
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
 

KevinM

Registered User.
Local time
Today, 04:06
Joined
Jun 15, 2000
Messages
719
Try Me.Refesh or [NameoftextBox].Requery

HTH
 

Users who are viewing this thread

Top Bottom