Hi,
I have a form that bound to a query. The form shows the records in tabular view. But I wish to allow changes for some fields, hence I made those fields as combobox. The problem is if I change the value in row 1 (select the combobox of row1), all rows are being changed as well. How do I make each rows independent of other rows?
I have a form that bound to a query. The form shows the records in tabular view. But I wish to allow changes for some fields, hence I made those fields as combobox. The problem is if I change the value in row 1 (select the combobox of row1), all rows are being changed as well. How do I make each rows independent of other rows?
Comment