MartinLiss
Feb 15th, 2000, 01:29 AM
I assume that if the DB was in Form A that you'd know how to fill the cboBox, but if not then post a reply and I'll tell you how to do that.
Otherwise, to access the same database from more than one form, you need to define the database so that it has global scope. To do that, create a code module if you don't have one, and add a line like
Public MyDB as DataBase
------------------
Marty
What did the fish say when it hit the concrete wall?
> > > > > "Dam!"
Otherwise, to access the same database from more than one form, you need to define the database so that it has global scope. To do that, create a code module if you don't have one, and add a line like
Public MyDB as DataBase
------------------
Marty
What did the fish say when it hit the concrete wall?
> > > > > "Dam!"