Question Change Value of bounded field

saqibawr

Registered User.
Local time
Today, 07:21
Joined
Oct 3, 2008
Messages
27
If my text field is bounded with a combobox. Then how to change its value. For exapmle if my price field is bounded with combo box and by entering the code in combo box price come in textbox field and when i try to change it it says that value cant be changed because it is bounded with combo box. Now i want to creat field that value come in this field but could be changed by the user from form.

Please Help????


:confused::confused::confused::confused::confused::confused:
 
a comob obx limits the selection to values that are in the combo box

if you want to add a new item to the combo box, then you need to add it to the UNDERLYING source of the combo box, and requery the combo box - look at "limit to list" and "not in list" for more information
 
No it is not working. I have changed the properties of the combo box in limit to list from no to yes but it is still not working.
 
Last edited:

Users who are viewing this thread

Back
Top Bottom