Add record to subform

K

kRiX

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
 
M

Marshall Barton

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.
 
Top