A
active
Me is a combobox and the items are objects with a property "String1"
The problem with the following construct is that one does not know if there
is a typo until run time.
Me.Items(LpCnt).string1
What is the best way to force early binding or at least get the compiler to
check?
Thanks
The problem with the following construct is that one does not know if there
is a typo until run time.
Me.Items(LpCnt).string1
What is the best way to force early binding or at least get the compiler to
check?
Thanks