|
-
Feb 20th, 2000, 07:21 PM
#2
Addicted Member
Use the Public statement to declare the db variable in the module section. Add new module to your project and place
Public db As Database
Variables declared using the Public statement are available to all procedures in all modules. You can open a database in any form.
------------------
smalig
[email protected]
http://vbcode.webhostme.com/
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
|