S Sofo Registered User. Local time Today, 16:51 Joined Oct 10, 2007 Messages 17 Oct 12, 2007 #1 I have defined a combobox on a form that shows a list of values from a query on a table. I can show the list, but i can't select a value from it - it is somehow locked. What is wrong
I have defined a combobox on a form that shows a list of values from a query on a table. I can show the list, but i can't select a value from it - it is somehow locked. What is wrong
C coyote Registered User. Local time Today, 07:51 Joined Oct 8, 2007 Messages 149 Oct 12, 2007 #2 Locked List Hi Sofo First of all check whether the query from which the list is based from is updatable. If not then your list also won't update.
Locked List Hi Sofo First of all check whether the query from which the list is based from is updatable. If not then your list also won't update.