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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to remove the focus from a form

Status
Not open for further replies.

jayz12

Technical User
Mar 12, 2002
12
AU
I know this may sound simple, but I've forgotten how to do this.
I have a form which only displays the result of a query. No data entry is required here.
So how do I remove the focus form all the records so I don't get a field highlighted in black when it is first opened?.

Thanks in advanced,
Jay
 
Go into the form design, double click on a field. On the data tab, there is an option for Enable. Make that NO, and no one will be able to even click in it. if you want them to be able to click (to say highlight it to be able to copy the text), then use Lock, if it's locked, they can click and highlight, but not change it.

hope this helps.

--Junior1544
 
Hi.
I think you might mean that you don't want a cursor visible anywhere on the form. I recall in that situation, I made all the controls "No" for Tab Stop on the property sheet, "Other". Then I created a small unbound text box to receive the focus (Text Stop = Yes) made in invisible in format (I think). In any case you can make the text box tiny and hide it somewhere in the form. Gus Brunston :cool: An old PICKer, using Access2000. I manage Suggestions welcome. padregus@attbi.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top