Sarameier
New member
- Local time
- Today, 23:42
- Joined
- Sep 3, 2021
- Messages
- 26
Dear all,
I am just a beginner with access. Therefore, please apologize if I am not yet familiar with most of the Access functions.
My situation:
I am currently using Access 2016.
My main purpose is to have a simple Form-Subform structure. This means for example, having
For this, I have just been using the subform function in Access. That means:
My question is now: how to deal with “inactive” records?
For example, there might be
Should I therefore create two queries

I am just a beginner with access. Therefore, please apologize if I am not yet familiar with most of the Access functions.
My situation:
I am currently using Access 2016.
My main purpose is to have a simple Form-Subform structure. This means for example, having
- a form with a user (user A)
- which includes a subform showing number of related accounts (account 1,2,3..)
For this, I have just been using the subform function in Access. That means:
- I had related the tables USER and ACCOUNTS through a lookup field
- And I used the form wizard and then included both tables USER and ACCOUNT
- And the form wizard created a form including a subform automatically
- The completed form now allows me to just choose a user and to see all related accounts listed in the subform
My question is now: how to deal with “inactive” records?
For example, there might be
- users which should not appear anymore in the choice list, because they have left
- accounts which are not active anymore, and the should not appear anymore in the subform, even if they related to a chosen user
Should I therefore create two queries
- which would show only the “active“ records (query_active_users, query_active_accounts)
- and create a new form with these two queries subsequently?
