If you're new to relational database design, you might look into Normalization Theory and Principles. I wouldn't create separate tables for each part. Doing that might help solve your issue.
If you just want to give it a try, you can try the following steps:
From the Navigation Pane, select the table you want for your form
From the Create tab on the Ribbon, select More Forms > Split Form
Hi. Welcome to AWF!
PS. I have moved your thread out of the introduction forum to avoid confusion. Please feel free to post an intro there if you are inclined to.
Cheers!
Are you able to post a sample db with test data? Are we talking about the built-in navigation buttons or something you created? To see how many records are in the subform, you can check its RecordCount property.
Sent from phone...
Are you using an @outlook.com address?
If so, check out this page.
https://support.microsoft.com/en-us/office/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040
If that was in response to my suggestion of using stored procedures, those are two different things. In case you weren't aware, stored queries are created in Access, while stored procedures are created in SQL Server.
Not sure why you need a recordset for this, couldn't you just use a single action query? Or, maybe you could move the logic to a stored procedure instead?