Ramay
Ramay

Reputation: 1

Can a subform be outside parent form?

i.e. though parent form and subform are detached but function normally as they do.

Upvotes: 0

Views: 52

Answers (2)

Sola Oshinowo
Sola Oshinowo

Reputation: 609

I doubt it, subform as the name implies is a sub of another form, so its meant to be inside another form(its parent/main form)

Upvotes: 0

June7
June7

Reputation: 21370

No. They are two independent forms. No way to utilize Master/Child Links properties available with a subform container control. Would require code (macro or VBA) to pass primary key value to either filter related child records or create new child record.

Upvotes: 3

Related Questions