Dear MSAccess Expert.
I need 30 instances of a subform within a parent form.
The only difference between each subform instance will be one parameter(criteria) in the subforms's underlying query.
The user wants to look at 30 different parameter details simultaneously on one form.
Instead of creating 30 unique subforms how can I program this so I only use 1 subform 30 times. Sort of like Object Oriented Programming.
Thank you.
Note: I am aware that the conventional way of doing this is to have one Subform and allow the user to change one parameter. However, the user wants to look at multiple parameters simultaneously.
Thank you.
Peter
I need 30 instances of a subform within a parent form.
The only difference between each subform instance will be one parameter(criteria) in the subforms's underlying query.
The user wants to look at 30 different parameter details simultaneously on one form.
Instead of creating 30 unique subforms how can I program this so I only use 1 subform 30 times. Sort of like Object Oriented Programming.
Thank you.
Note: I am aware that the conventional way of doing this is to have one Subform and allow the user to change one parameter. However, the user wants to look at multiple parameters simultaneously.
Thank you.
Peter