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

Listbox.Selected(n)=True problem

Status
Not open for further replies.

ormsk

Programmer
Sep 30, 2002
147
GB
I am running Access 2000.

I have a listbox and I want my app to select anitem in the list, so I issue the command:

Me!lstClubs.Selected(n) = True
(where n is a variable integer)

However, the item is selected ok and the procedure runs to competion,but then all the controls on the form appear to be locked in some way.

I have encountered this before and put it down to a quirk in Access, but I could do with knowing if there is a work-around, or whether I have missed something.

Can anyone help?

**********************************
There is more than one way to skin a cat...but who wants a skinned cat?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top