To insert a form as a container and then insert other object

BittenApple
BronzeLounger
Posts: 1498
Joined: 01 Mar 2015, 02:03

To insert a form as a container and then insert other object

Post by BittenApple »

Hello team,

I need to create a database (definitely PK and referential integrity are followed).
I am thinking to insert a form as a container and then insert other objects into it.
My objects are one or two forms and 2 combo boxes.
and I have 4 tables: one for each como box and then one for each form.

Will adding a first form as a container for the other two forms and combo boxes increase the complexity of the project?

:thankyou: :thankyou: :scratch:

BittenApple

User avatar
HansV
Administrator
Posts: 78485
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: To insert a form as a container and then insert other ob

Post by HansV »

You need to design the table structure and the relationship between the tables first.
The form design generally follows naturally from the data design of the database, not the other way round.
Best wishes,
Hans