hi,

I been using 'Netbeans' (hides in shame) to make a java program and I need to add a login ID to a public variable, but I need that to be available to the other forms, as it is required for saving data to the database.

I know you can just set a public var in a module in VB and all forms can use it.

is what I requiring a Global Variable? if these are used in Java...

Any help on, how and where to delcare this variable would be gratefully recieved.

Thank you all in advanced