B
bernie123
Hi Guys,
I have started to create a form with a combo box which holds the data
from this query:
SELECT Make & " " & Model AS Name, CarID, Price, Predecessor,
PredecessorID, IsPredecessor FROM tblCar;
The combobox only shows the fieldName there are text boxes below that
are bound to the combobox show most of the other data. Currently these
cannot be updated by the user, i get this error: control cant be
updated: its bound to expression ......
How can i make these textboxes updateable so that they update the
recordset?
Also: i want to display Predecessor in a combobox, but predecessor is
related to a CarID, if the IsPredecessor of a car is set to yes, the
car can be a predecessor of another car. I would like to show all
possible predecessors in the combo box and have this update the
database when changed too.
Any help would be great with this one.
Thanks b.
I have started to create a form with a combo box which holds the data
from this query:
SELECT Make & " " & Model AS Name, CarID, Price, Predecessor,
PredecessorID, IsPredecessor FROM tblCar;
The combobox only shows the fieldName there are text boxes below that
are bound to the combobox show most of the other data. Currently these
cannot be updated by the user, i get this error: control cant be
updated: its bound to expression ......
How can i make these textboxes updateable so that they update the
recordset?
Also: i want to display Predecessor in a combobox, but predecessor is
related to a CarID, if the IsPredecessor of a car is set to yes, the
car can be a predecessor of another car. I would like to show all
possible predecessors in the combo box and have this update the
database when changed too.
Any help would be great with this one.
Thanks b.