I am cerating a PUBLIC variable as follows:

public abc as string

I populate that variable in Form1 and try to access it in a Form2 procedure, but it does not appear to contain any data in Form2....