BlueSpruce
Well-known member
- Local time
- Today, 17:05
- Joined
- Jul 18, 2025
- Messages
- 1,055
PowerApps allows you to select a number of controls on a screen and create a group on them. Some properties of the group then apply to objects which are now part of it. One of the most useful I've found it to make the group visible. All of the members of that group are displayed or hidden without having to do so for each of them.
That would be a really cool feature to have in Access.
I use the tag property in code for grouping related controls to make them visible, hidden, locked, unlocked, clear their values, etc.