JonR86
12-16-2003, 01:58 PM
Hey All,
My problem is I want a textbox on my form to be bound to a datacombo control on the same form (or use the same sort of relationship that the datacombo has with its recordset). When I use the same recordset for the datacombo for my textbox it simply references the recordset but does not preserve the binding that the datacombo has (the datacombo is working with two recordsets set in the data connection property). How can I do this? And I'm a new coder, so be easy on me.
JonR86
My problem is I want a textbox on my form to be bound to a datacombo control on the same form (or use the same sort of relationship that the datacombo has with its recordset). When I use the same recordset for the datacombo for my textbox it simply references the recordset but does not preserve the binding that the datacombo has (the datacombo is working with two recordsets set in the data connection property). How can I do this? And I'm a new coder, so be easy on me.
JonR86