G
Guest
Hi,
I want to access a variable that i've declared in the declaration section of another form from the main form.
what is the easiest way to do it?
the line of code looks like this:
While Form!frmSeason!commandClicked = False
but it's giving me object not defined error
thanks for the help in advance
I want to access a variable that i've declared in the declaration section of another form from the main form.
what is the easiest way to do it?
the line of code looks like this:
While Form!frmSeason!commandClicked = False
but it's giving me object not defined error
thanks for the help in advance