Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

public variables

Status
Not open for further replies.

davidwhite22

IS-IT--Management
Sep 17, 2007
2
US
I have an access (2003 sp3)program
I declare public myfield as string
I can put a value in it and us it on different forms.
works great.
I send it to another user (access 2007 and access 2002)
and the same program will not allow me to put a value
in it so it is not available to other forms.

what could I do?
 
Does what you send to the users include the module where the public variable is declared?

 
and the same program will not allow me to put a value
in it

What happens when you do try to assign a value to the variable? Do you get an error?

Ed Metcalfe.

Please do not feed the trolls.....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top