Show number of records in a textbox

  • Thread starter Thread starter SF
  • Start date Start date
S

SF

Hi,

When I made the Nivagation button visible, I can see the number of records
of a specific table. Is there a way to display number of record in a
textbox?

SF
 
S> When I made the Nivagation button visible, I can
S> see the number of records of a specific table. Is
S> there a way to display number of record in a
S> textbox?

set controlsource of the textbox to =forms!MyForm.currentrecord

Vadim
 
Back
Top