Unable to make selection is list box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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!
 
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!
 
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]
 
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.
 

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

Back
Top