In my form i have to declare seceral times the following expression:
Dim OfficeBranch As Control
Set OfficeBranch = Me.Controls("Branch" & (Me.Parent.office - 1))
Can i make the above expression to be valid for all the functions in the form, and thus avoid declaring it in each case?