
November 12th, 2011, 08:12 AM
|
|
|
|
That sounds feasible - as the subroutine would be, I assume, in a code module, it has not natural affinity to any Form that appears within your project and thus cannot reconcile the name of the objects. In VB terms I would suggest that, in the subroutine, you reference the Objects using the syntax FormName.ObjectName.Property, etc.
|