- Local time
- Today, 06:57
- Joined
- Feb 28, 2001
- Messages
- 28,687
Doc. The parent would refer to the parent form, as o/p stated atheleteid was in subform?
I think I would go with full concatenation of values.
My comment was to point out an OPTION that would be available depending on which form held your active code. The OP reported that the command buttons were in a child form, for which the concept of .Parent linkages could make sense for the code underlying those buttons.
For unrelated forms, you are absolutely right and I agree that you have to use the fully qualified pathing. But forms that are structurally related even if not data-related can still use .Parent to get to the physical parent of the current (sub-)form.
View my comment as a narrowly focused suggestion for a specific case.