subforms

O

oldboystevens

the subform will not show on the main form, or when i open the subform the
form is blank it does not have any fields , textboxs or anything on the form
 
V

Van T. Dinh

Have you checked the RecordSource of the Form (being used as the Subform) to
make sure that the Recordset is not empty?
 
D

Duane Hookom

Also check the subform's data entry and allow new records properties and
make sure its Record Source allows editing.
 
Top