how? set cursor at field other than 1stfield upon form opening?

R

reservedbcreater

i have id in the first field and i dont want it highlighted when the 2nd
form opens because it(id field) isnt meant to be changed other than the
first form of 17(its a survey) because each following form just places the
ID value from the field on the first form onto all the forms.

made simple:

how do i set the cursor to the field i want upon form opening?
 
J

John Vinson

i have id in the first field and i dont want it highlighted when the 2nd
form opens because it(id field) isnt meant to be changed other than the
first form of 17(its a survey) because each following form just places the
ID value from the field on the first form onto all the forms.

made simple:

how do i set the cursor to the field i want upon form opening?

Open the form in design view; set the Tab Stop property of this
control to No. If you're filling the field programmatically, you might
want to set its Locked property to True, Enabled to False, so the user
won't be able to meddle with it at all.

John W. Vinson[MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top