Remove record count object form subform

S

SRussell

I have a subform that can have multiple rows of data. How can I stop the
display of the position in the table for my subforms data?

TIA
 
T

tina

open the subform in design view, and set the form's NavigationButtons
property to No.

hth
 
Top