Add record to subform

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi there,

How do I add a new record to a subform by setting focus on it? Can please
offer some help?

I got a subform nested within a subform. So when I add another record on my
subform, my subsubform disappears.

Thanks.

Chris
 
kRiX said:
How do I add a new record to a subform by setting focus on it? Can please
offer some help?

I got a subform nested within a subform. So when I add another record on my
subform, my subsubform disappears.

It sounds like the subsubform's AllowAdditions property is
set to No. If a form had no data and it doesn't allow new
records, then there is nothing to display.
 
Back
Top