text cursor

rupes_mahal

Registered User.
Local time
Today, 08:20
Joined
Aug 12, 2001
Messages
60
hi..

I have a form which has users details in it. I can add new users by clicking on the Add command button. When i click the Add button, a new empty record appears. But I cant see the text cursor anywhere, until i actual click on a field myself. I want the first field to have the text cursor in it for me to start typing.

Please help

Thank you in advance
Ruby
 
add the following to your Add Record button after you create the new record...

me!Field_Name.setfocus

This should place the focus on your wanted field. Hope this helps.

Doug
 
Doug..

It worked, thank you

Ruby
 

Users who are viewing this thread

Back
Top Bottom