disable record selector in subform

J

Jim Tanis

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??
 
N

Nikos Yannacopoulos

Dimitri,

AFAIK it's not possible with datasheet view. Choose Continuous forms as
the subform's default view, and set the Record Selector property to No.
With a design that imitates the datasheet (all controls in a horizontal
line) you should get what you want.

HTH,
Nikos
 
Top