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
= 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?
I have a listbox and I want my app to select anitem in the list, so I issue the command:
Me!lstClubs.Selected
(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?