|
-
Jun 18th, 2000, 04:23 AM
#1
Thread Starter
New Member
in the module i did :
Public con As ADODB.Connection
now after i set in form1:
con.Execute x
he doesnt recognize it i think
what to do ?
-
Jun 18th, 2000, 06:02 AM
#2
Lively Member
I think all you will have to do is tell the form what module the connection is coming from.
Like this:
module1.con.execute x
I found this was happening to me before, and this solved my problem.
Hope this helps.
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
|