Can I have multiple subforms in datasheet view?

D

dan.neely

I can only get the first one (in tab order) to display in datasheet
view. IF I switch to form view both show. Is this a limitation of
access, or something I can change by setting properties correctly?
 
D

dan.neely

I can only get the first one (in tab order) to display in datasheet
view. IF I switch to form view both show. Is this a limitation of
access, or something I can change by setting properties correctly?

Answering my own question. I've managed to do this by putting a new
form as the only child of the original parent and using it to demote
the original child forms to grandchildren of the toplevel datasheet.
 
Top