How to disable the caret in a non-editable form?

  • Thread starter Thread starter iamreal2
  • Start date Start date
I

iamreal2

I'm using a continuous form to give sort of listbox output. Each time a
field is clicked, the caret appears even though the form is not editable.
Any idea to eliminate this?

Thanx!
iamreal2
 
Iamreal2, open the form in design view, click the Properties button, and set
the value for the Record Selector property (Format tab) to No.

DDM
"DDM's Microsoft Office Tips and Tricks"
www.ddmcomputing.com
 
iamreal2 said:
I'm using a continuous form to give sort of listbox output. Each time
a field is clicked, the caret appears even though the form is not
editable. Any idea to eliminate this?

Thanx!
iamreal2

Have you considered setting each field's Locked property to Yes and
Enabled property to No?
 
Back
Top