I have a form that I use to display the fields of a table. When I enter the form or change the repord pointer, I set the value of the controls to the value stored in the current reocrd. On of the controls is a combo box that is filled by a select from another table. The problem I have is when I do a search I set all the values to a blank (control.value=""
. When I do this the value stored in the table is removed. (This only happens with the combo boxes filled by a select, the addlistitems combos work fine). I have tried to set the bound to both Y and N, still happens. I am currenlty working around this problem by setting the foreground color = background color and preventing the user from entering them. Why does clearing the control value change the value stored in the table records?
Thanks
Thanks