Hi,
I am struggling a while with this and i can not figure out what do i do wrong.
I have a form with a button that on click sets a variable
I want that variable to be passed for another sub.
I put that before the sub
When i try to use this variable in another sub, it is not working.
What do i do wrong?
I am struggling a while with this and i can not figure out what do i do wrong.
I have a form with a button that on click sets a variable
Code:
Public sub x_click
intX=me.text1
end sub
Code:
Public x as integer
When i try to use this variable in another sub, it is not working.
What do i do wrong?