Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with the mouse cursor and textbox.

Status
Not open for further replies.

torbjorn

Programmer
Feb 28, 2002
3
0
0
SE
Okey, i'm just starting to learn access and want help with this question.

I have this button that's called Date. When you press the button the current date will apear in a text box (let's call it comments) where the mouse cursor is for that moment. If comments is not in focus the date will apear at the end of the text in comment. The question is, how do I make this happen...

reg
Torbjorn
 
Go

myTextBox.SetFocus
(i.e. comments.setfocus)

first. Yes, that seems totally lame to have to do that, but until someone explains otherwise, that's what I have to do to modify a text box in Access. -------
"What is your favourite colour?" "Blue! No! Yell"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top