disable record selector for subform?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form that has a subform that has its recordsource to a table or
query (in order for updates in the table to be reflected on the subform)
Following this advantage there is a setback. The record selector is always
visible. Is there a way to hide the record selector for the subform??
 
Go to your sub form design, in the form properties change the event of
recored selector fron true to false
also if you want to hide the button navigator, just do the same , in the
form propeties change it to false.
 
Back
Top