Unable to make selection is list box

S

Scooter

I have list boxes on my form but I am unable to click on them. When I do
click a light box appears around the selection but it doesnt go black as a
regular selection would. What can I do? Thank you!
 
D

David Lloyd

Scooter:

One thing you may want to check is that the "Locked" property on the Data
tab is set to No.

--
David Lloyd
MCSD .NET
http://LemingtonConsulting.com

This response is supplied "as is" without any representations or warranties.


I have list boxes on my form but I am unable to click on them. When I do
click a light box appears around the selection but it doesnt go black as a
regular selection would. What can I do? Thank you!
 
J

John Vinson

I have list boxes on my form but I am unable to click on them. When I do
click a light box appears around the selection but it doesnt go black as a
regular selection would. What can I do? Thank you!

More information please!

What is the Control Source of the listbox? Is the Form updateable
(i.e. what is its Recordsource property, and if you open that
Recordsource as a query do you see the "new record" row)? Does the
form allow updating?

John W. Vinson[MVP]
 
S

Scooter

sorry fellas, a bit of a novice! I didnt want people to alter the data in the
form so i turned the 'allow edits' in the form properties off. Turning it
back on made the boxes selectable. Thanks.
 
Top