inserting sub_form without its linked field

R

rudwan

i have a form has many pages , i insert sub_form in one
page , as datasheet , i dont like the linked_field (
empid )to be visible in the sub_form ,
i made empid.visible=false but it still visible
i tried to remove this filed , but it send me message the
related field has removed
who i can manage that ?
 
J

Joan Wild

Instead of removing the field from the recordsource, just delete the control
that's bound to the field.

Alternatively, you could hide the column
Me!ControlName.ColumnHidden = True
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top