I have a Timer variable called T1
The value of T1 is set from an Input box within a form.
The problem is that T1 in the main code dosen't get set to the new Value from the Input Box.
The Input box generated its own code called Data Project and thats where the Value for T1 is set.
How do I get T1 in my main code to equal the value from the Input Box?
Gary
The value of T1 is set from an Input box within a form.
The problem is that T1 in the main code dosen't get set to the new Value from the Input Box.
The Input box generated its own code called Data Project and thats where the Value for T1 is set.
How do I get T1 in my main code to equal the value from the Input Box?
Gary