I have a question related to declaring variables in code related to forms. I want to share a variable between two sets of code on two seperate forms. I have made a declaration "Public GstrType As String" in the general declarations area of one of the forms but it does not seem to work, I get a variable not defined error when running the other form. I seem to remeber reading that there is an issue with this type of declaration but cant lay my hands on it. Any ideas? If I cant do it this way how can I do it?