justlearning2003
Technical User
Hello,
I have a textbox bounded to a field back in my table. I want to place a command button next to the field to automatically populate today’s date. I have tried
txtdate.setfocus
txtdate.text = date
but this do not work.
Any ideas?
Chris