A family of Microsoft relational database management systems designed for ease of use.
I'm not sure I follow what you want.
Access is a relational database and, as such, a proper structure is to have multiple tables, usually in a one to many relationship. The usually way these are displayed in a form is the use of subforms, sometimes on a Tab control.
If that's what you need to do, then use the Subform wizard, you place a subform on your main form.
If that's not what you need, please elaborate with real examples of your data.