I have a screen where I will need a LOT of checkboxes. The number I will need is based on how many records in the table - currently 194 but certain to grow larger in the future.
Can I create all these checkboxes at runtime? I know that in classic Visual Basic this was possible. But can it be done in Access? I have Access 2003.
I realize that creating controls at runtime slows down the app. This is not a high volume screen so if the user has to wait for a minute or more, it won't be a problem.
Any ideas or links?
Can I create all these checkboxes at runtime? I know that in classic Visual Basic this was possible. But can it be done in Access? I have Access 2003.
I realize that creating controls at runtime slows down the app. This is not a high volume screen so if the user has to wait for a minute or more, it won't be a problem.
Any ideas or links?
Comment