If it is of no bother please copy+paste this 'lengthy' code! I need it badly! We're working with a huge program, all structured as classes and with declaration-code looking like this:
Option Compare Database
Option Explicit
Private mform As Access.Form
Private mFkt As Object
Private mC_Connect As Access.ComboBox
Private mCI_DBTyp As Access.ComboBox
Private mC_DBTyp As Access.ComboBox
Private mFSuch As Access.ComboBox
Private mK_AA As Access.ComboBox
I see no other alternative!!I don't have the faintest idea how I would re-write it!Do you?
If it helps, here a few details about the program:
each form has it's own class ! Most classes have objects which allow polymorphism to occur and the mFSuch(for example) is a combo which could be needed in another class!
Please help!
I appreciate your help
thanx
kingz