Hi everyone.
I was looking for a little bit of help if possible. This is all in a report by the way, the data comes from a query which comes from a table
Basically, I have a combo box, and a text box.
The combo box can have either one of three different values, DFB, QB8 or Hillside and it is called CustomerOrderNo.
The text box next to this contains its goods value, this text box is called Value1.
I would like three more text boxes next to these called txtDFB, txtQB8 and txtHillside.
Now I got these, I would like these boxes to display the goods value from the corresponding CustomerOrderNo.
For example, if the CustomerOrderNo is DFB and the value is 100.00, then the value will still appear in the Value1 text box and also the txtDFB text box. With the other two text boxes showing 0.00.
Is this done with a If statement or is there an easier way?
Any help is gratefully appreciated
I was looking for a little bit of help if possible. This is all in a report by the way, the data comes from a query which comes from a table
Basically, I have a combo box, and a text box.
The combo box can have either one of three different values, DFB, QB8 or Hillside and it is called CustomerOrderNo.
The text box next to this contains its goods value, this text box is called Value1.
I would like three more text boxes next to these called txtDFB, txtQB8 and txtHillside.
Now I got these, I would like these boxes to display the goods value from the corresponding CustomerOrderNo.
For example, if the CustomerOrderNo is DFB and the value is 100.00, then the value will still appear in the Value1 text box and also the txtDFB text box. With the other two text boxes showing 0.00.
Is this done with a If statement or is there an easier way?
Any help is gratefully appreciated