I tested it A2K2 and it worked fine on my laptop.
However, IIRC, there may be timing issue with this if you use a slow
computer or the Form's Recordset is big.
Leave the TextBox unbound and use the Form_Current Event to set the value of
the TextBox. Something like:
Me.MyTextBox = Me.CurrentRecord & " of " & Me.Recordset.RecordCount

Signature
HTH
Van T. Dinh
MVP (Access)
> > Create a (calculated) TextBox on your Form with ControlSource:
> >
[quoted text clipped - 6 lines]
> Thanks,
> Jenn
Jennifer-Ashley - 28 Apr 2005 19:22 GMT
> Leave the TextBox unbound and use the Form_Current Event to set the value of
> the TextBox. Something like:
>
> Me.MyTextBox = Me.CurrentRecord & " of " & Me.Recordset.RecordCount
Wow thanks, that worked! Nonetheless, I recently bought this computer, it is
very fast ans has more than 1 mB of internal memory. Anyways, it works.
Bye,
Jenn