Results 1 to 3 of 3

Thread: Table golbally available

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2001
    Location
    RSA
    Posts
    35

    Arrow Table golbally available

    I need to have 2 tables open in 4 differnent forms, not using the ADO controler, but by programming it. I dont want to type everything en each form load, so I made 2 procedures in the module, but it gives me errors.

    ??????

    Thanx

  2. #2
    DerFarm
    Guest
    Have you tried adding a module, and declaring the tables in
    there? Use the keyword GLOBAL to prefix the declaration. Be
    careful with globals, tho. Leads to dirty code and insidious errors
    that are difficult to keep up/clear up.

  3. #3

    Thread Starter
    Member
    Join Date
    Jul 2001
    Location
    RSA
    Posts
    35

    Got It

    Thanx, it worked.

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