Add New Record To Form With SubForms

  • Thread starter Diane Vasser via AccessMonster.com
  • Start date
D

Diane Vasser via AccessMonster.com

I have a main form that has several subforms on it. I created a button
using the wizard to add a new record. The button is on the main form.

When the add button is clicked only the main form is cleared, but the
subforms disappear. What am I doing wrong?

Diane Vasser
 
K

Ken Snell [MVP]

Probably nothing. If there are no data in the main form, and each subform is
linked to the main form by one or more fields, then an empty subform will
show..er, not show because there are no data to be displayed.
 
D

Diane Vasser via AccessMonster.com

Great. When I started typing in the main form the subs appeared.

Thanks!!
 
Top