stephaniechongg
Registered User.
- Local time
- Today, 20:12
- Joined
- Feb 5, 2016
- Messages
- 15
I have a text bot named txtDate and for my form timer event is the following code:
It works perfectly on my parallels as i am using a mac but when the form is transferred to another computer it shows ############# throughout
Any suggestions to change this?
Code:
Private Sub Form_Timer()
Me.txtDigitalClock = Time
Me.txtDate = Date
End Sub
It works perfectly on my parallels as i am using a mac but when the form is transferred to another computer it shows ############# throughout
Any suggestions to change this?