M
Melissa
John (and anyone else):
This is what I now have:
Private Sub Form_Load()
Me.TimerInterval = 1000
End Sub
Private Sub Form_Timer()
Me!txtTime = time()
End Sub
(I have the timer as a text box because I've put it in
under the Insert Menu and that's how it comes in)
When it runs, it gives me this error:
"Microsoft Visual Basic
Run-time error '2448':
You can't assign a value to this object.
End Debug"
When I click on Debug, it highlights the line "Me!txtTime
= time()"
Why is this not working?!
Thanks again,
Melissa
This is what I now have:
Private Sub Form_Load()
Me.TimerInterval = 1000
End Sub
Private Sub Form_Timer()
Me!txtTime = time()
End Sub
(I have the timer as a text box because I've put it in
under the Insert Menu and that's how it comes in)
When it runs, it gives me this error:
"Microsoft Visual Basic
Run-time error '2448':
You can't assign a value to this object.
End Debug"
When I click on Debug, it highlights the line "Me!txtTime
= time()"
Why is this not working?!
Thanks again,
Melissa