Re: Combo Box problems
- From: "tina" <nospam@xxxxxxxxxxx>
- Date: Sun, 26 Mar 2006 19:48:40 GMT
change your BoundColumn back to 1. change the expression in the calculated
control to
=[Combo62].[Column](1)*[Text56]
note that the combo box column index is zero-based, so the first column
(from left to right) is zero (0), the second column is 1, the third column
is 2, etc.
hth
"Mike" <reply@xxxxxxxxxxxxxx> wrote in message
news:NeednX64nv5wMrvZRVn-sg@xxxxxxxxxxxxxx
I have a combo box that im using to display 2 values from a table.in
When clicking on the down arrow of the combo box im displaying the item
description in the left column and the corresponding price in the right.
I then have a text box next to this field called "Qty." where im entering
the qty of items."Charge"
I then have a third text box called "Charge" that i want to have calculate
the price * Qty value and display it in this field.
Im having a heck of a time getting this to work properly.
It somewhat works with the following as the control source for the
text box: =[Combo62]*[Text56].the
I have to set the Bound Column value for the combo box to 2, but here is
problem. If any of the values are the same for the price the text doesn'tgreat.
change when a new item with the same price is selected.
I have changed all of the values so they were different and it works
Unfortunaly a lot of the items have the same value so i need to make this
work.
Im sure there is a way to do this and probably an easy one at that.
Any help would be appreciated.
.
- Follow-Ups:
- Re: Combo Box problems
- From: Mike
- Re: Combo Box problems
- References:
- Combo Box problems
- From: Mike
- Combo Box problems
- Prev by Date: Re: Counter Reset
- Next by Date: Mainform and Subform
- Previous by thread: Combo Box problems
- Next by thread: Re: Combo Box problems
- Index(es):
Relevant Pages
|