not_rich_yet
Registered User.
- Local time
- Today, 23:36
- Joined
- Mar 19, 2002
- Messages
- 39
OK, I have a text box linked to a combo box on my form. When I choose a product from the combo box, the text box displays the price of the product.
Which is good.
Thing is, I actually want the text box value pulled from the combo to be bound to a data field of a record in a seperate table. The text box has to be bound to the combo (which pulls it's data from a query) otherwise it obviously(?) doesn't update every time I select a new product form the combo.
I tried creating a new text box, bound to the data field, and then making it's default value to be that displayed in the combo-box textbox, but all it does is display whatever value is held in the field froim the TABLE. It refuses to display the value from the combo-box textbox...
This is the last bit I am working on before I can progress with this database...been annoying me for over a day now!
Any suggestions are most welcome! Be them VBA or Access based...
nry
Which is good.
Thing is, I actually want the text box value pulled from the combo to be bound to a data field of a record in a seperate table. The text box has to be bound to the combo (which pulls it's data from a query) otherwise it obviously(?) doesn't update every time I select a new product form the combo.
I tried creating a new text box, bound to the data field, and then making it's default value to be that displayed in the combo-box textbox, but all it does is display whatever value is held in the field froim the TABLE. It refuses to display the value from the combo-box textbox...
This is the last bit I am working on before I can progress with this database...been annoying me for over a day now!
Any suggestions are most welcome! Be them VBA or Access based...
nry