I have managed to create a combobox that is linked to a BAQ. The infomation that is displayed in the dropdown is a cacluated field that contains the Lot#, lot expiry date and the lot qty.
The field is bound to TFShipDtl.LotNum. How do I only store the lot# to that field when the dropdown value is selected, and not store the caculated value? This is what I’ve tried, but it does not seem to work.
Back your settings WAY up… I think you have too much going on.
Your controlling this ComboBox by a dataview. Yes, the dataview is being fed by a BAQ, but the way you have this set up is that the DataView is what your combobox is going to look at for populating.
You really only need (3) settings, for this to work: