eTom
Registered User.
- Local time
- Today, 09:27
- Joined
- Oct 15, 2009
- Messages
- 79
In an effort to make my code portable when I copy a form to change minor details, is there any way I can add "Me" to the SQL expressions that populate my combo boxes in certain locations?
There are a lot of them that inherit and filter selections based on other selections, but they all refer to "Forms![FormName]![FieldName], and that means a lot of time is spent going and editing every SQL line to change the FormName when I create a copy of a form.
Thanks!
eTom
There are a lot of them that inherit and filter selections based on other selections, but they all refer to "Forms![FormName]![FieldName], and that means a lot of time is spent going and editing every SQL line to change the FormName when I create a copy of a form.
Thanks!
eTom