|
-
Feb 15th, 2000, 02:29 AM
#2
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!"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|