K
KB
I've written a custom program in Access for my wife's small business.
Others with the same business use the program as well, and I volunteer
to improve it.
I've got an order detail area in which users can select the product
ordered, enter a sale price, etc. The order detail subform is linked
to the order detail table, while the combo looks into the product
table, and populates part of order detail record.
Until now, I'd not provided the catalog price (only a sale price
over-ride). I want to also include the catalog price (and provide a
running total below) in the dataview, but this is in the product table
(combo box).
I'm been fighting with trying to get the price out of the combo box
(in the combo box sql query I've added the price field) and populate
an unbound textbox in the form.
I've looked into control.value, itemdata, column this & that and I'm
stumped. Suggestions?
Others with the same business use the program as well, and I volunteer
to improve it.
I've got an order detail area in which users can select the product
ordered, enter a sale price, etc. The order detail subform is linked
to the order detail table, while the combo looks into the product
table, and populates part of order detail record.
Until now, I'd not provided the catalog price (only a sale price
over-ride). I want to also include the catalog price (and provide a
running total below) in the dataview, but this is in the product table
(combo box).
I'm been fighting with trying to get the price out of the combo box
(in the combo box sql query I've added the price field) and populate
an unbound textbox in the form.
I've looked into control.value, itemdata, column this & that and I'm
stumped. Suggestions?