brianjessup
Registered User.
- Local time
- Yesterday, 17:24
- Joined
- May 25, 2003
- Messages
- 36
How do you pass a value in a module in the mainform to a subform? I have a timer running in the mainform that saves the current time in milliseconds into the variable "tempTime". When a user presses a command button on the subform, I'd like the time to be stored in a txtbox, so the subform has to get access to the tempTime variable on the mainform. The only way I can think to do it, is to have a hidden label constantly updated with the time on the subform by the code on the mainform and then grab the data from that.
Thanks!
Brian
Thanks!
Brian