Subforms

C

Crispy

Is there anyway I can get a sub-form to show just the data and not the
scroll bars, and all the funny looking borders to it?

Thanks
 
J

John Vinson

Is there anyway I can get a sub-form to show just the data and not the
scroll bars, and all the funny looking borders to it?

Thanks

Sure; open the Form you're using in the subform control and set its
properties. In particular set the Form's ScrollBars property to
Neither, and the Border property to Thin.
 
Top