dcx693
Registered User.
- Local time
- Today, 16:57
- Joined
- Apr 30, 2003
- Messages
- 3,265
I've got a form with a textbox. Next to the textbox is a command button. This is the code in the click event of the command button:
Me.txtEnteredDate = Now()
The code works.
My problem: sometimes the textbox immediately shows today's value. Other times, I need to switch to another screen, then back in order to show the update in the text box.
What is going on here? Anybody have any ideas? Thanks.
I'm using Access 2000 (which could be the problem right there) on Windows NT 4.0 sp6.
Me.txtEnteredDate = Now()
The code works.
My problem: sometimes the textbox immediately shows today's value. Other times, I need to switch to another screen, then back in order to show the update in the text box.
What is going on here? Anybody have any ideas? Thanks.
I'm using Access 2000 (which could be the problem right there) on Windows NT 4.0 sp6.