Results 1 to 2 of 2

Thread: cross form varible

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2000
    Posts
    5

    Question

    I have a program where I'm using a varible across several forms. where whould i declare this varible so that i can use it across several forms and not loos it's value?

  2. #2
    Fanatic Member
    Join Date
    Oct 1999
    Location
    MA, USA
    Posts
    523
    Declare it in the Module as Public
    ie
    Code:
    'In module (general declarations section)
    Public Variable As String

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