C
croy
What's the best rule of thumb for naming subform controls?
It is better to name them differently from the subform name?
It is better to name them differently from the subform name?
I always name the forms being used as subforms sfrmXXXX, and the control
subXXXX, but there's no real reason for that. Whatever you find most
convenient.
Remember, though, that sometimes you have no choice. Don't forget that it's
possible to use the same form multiple times as a subform on the same parent
form.