Not quite clear on this.
When a control is invoked (entered), the events for that control fire. So
normally you would add code to the events for the specific control. So, the
user would type into Textbox1 say, and you could code in the Change, Exit
events, or any of the other events associated with a textbox.
--
HTH
Bob Phillips
"jophy j via OfficeKB.com" wrote in message
...
Hi,
I am a new member in this group.. I have some dificulties in
form's date input box. I am trying to get date from a calendar and there
are
two date input box. How do I pass the dates into respective input boxs.
How
do I check the cursor whether is in Textbox1 or Textbox2 ?
|