Results 1 to 2 of 2

Thread: help!!

Hybrid View

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    9

    Exclamation

    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 ?

  2. #2
    Lively Member
    Join Date
    Jun 2000
    Location
    Ontario, Canada.
    Posts
    85

    Cool

    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
  •  



Click Here to Expand Forum to Full Width