ulteriormotif
Technical User
One of my forms has a combo box for 'bin type', which has three fields in the combo box:
bin id
bin desc
bin weight
'bin id' is the bound field, which is correct.
However, I'd also like to be able to make use of the 'bin weight' field on the form.
Specifically the form is recording the number of bins of product sent to a vendor - there are a range of bins with varying weights. For the user's ease, I'd like to be able to show the standard measurement equivalent of the bins submitted on the form.
eg:
[2] [Type1] bins submitted (@ 400 kg ea = 800 kg) = 8 std units
[4] [Type3] bins submitted (@ 50 kg ea = 200 kg) = 2 std units
ugh. sorry. I'm not very good at expressing these things in writing.
Upshot is that what I need is to be able to access the bin weight in my combo box for each record, even though it is not the bound field.
I'm sure I've seen somewhere how this can be done, but I've exhausted my search abilities so far.
Any help appreciated.
bin id
bin desc
bin weight
'bin id' is the bound field, which is correct.
However, I'd also like to be able to make use of the 'bin weight' field on the form.
Specifically the form is recording the number of bins of product sent to a vendor - there are a range of bins with varying weights. For the user's ease, I'd like to be able to show the standard measurement equivalent of the bins submitted on the form.
eg:
[2] [Type1] bins submitted (@ 400 kg ea = 800 kg) = 8 std units
[4] [Type3] bins submitted (@ 50 kg ea = 200 kg) = 2 std units
ugh. sorry. I'm not very good at expressing these things in writing.
Upshot is that what I need is to be able to access the bin weight in my combo box for each record, even though it is not the bound field.
I'm sure I've seen somewhere how this can be done, but I've exhausted my search abilities so far.
Any help appreciated.