K
kaitl
Created a subform on a tab. When I change back to form view the fields do
not appear. It is a blank box.
not appear. It is a blank box.
Created a subform on a tab. When I change back to form view the fields do
not appear. It is a blank box.
This will happen when two conditions apply: the form's
Recordsource returns no records (so you can't see existing
records), and it's not updateable (so you can't see the blank new
record either).
Updatability is not the sole issue, but "Addability". That is,
AllowEdits has to be on (as well as AllowEdits).