T
Truthseeker
I have built a standard "three-tier" database model, following Visual Basic
models and using Access. I have a Data Services class module, a Business
Services class module, and a form with unbound controls. I can't get data to
populate to populate the form. I think that I already know the problem..I
have been trying to find a way to expose the data from the Data Services
module (with the connection to my tables) to my Business Services module so
that the form can read the data from the tables, as filtered through my
classes. In VB, it uses a standard BindingCollection, but I cannot find an
equivalent method in Access2003. Any suggestions as to how I can make this
work?
models and using Access. I have a Data Services class module, a Business
Services class module, and a form with unbound controls. I can't get data to
populate to populate the form. I think that I already know the problem..I
have been trying to find a way to expose the data from the Data Services
module (with the connection to my tables) to my Business Services module so
that the form can read the data from the tables, as filtered through my
classes. In VB, it uses a standard BindingCollection, but I cannot find an
equivalent method in Access2003. Any suggestions as to how I can make this
work?