Bit uninformed with these kinds of things. I have a huge project with load of combo boxes, but if i can just use a simple example of what I am trying to achieve.
in Access 2007 -Lets say I am trying to do quote. I have two tables; one is called Proofs, the other Quote. In the proofs table, I have proof ID, then Proof type, then price. In my quote I have proof type and then price, and then total.
So in the quote table, in the proof type column, I have a combo box where you can select from the "proofs table" what size you want.
A4
A3
In the proofs table, A4’s price is 0.84 and the A3 is 1.52. What I am trying to do on Form View, when I have created an order form, is tell it to automatically pick up the price of what is selected, like you would do in excel with indirect command. So if I select A4, then in the price column, it will automatically give me the price of 0.84 in the price column.
Does that make sense to anyone? I can do it in excel, but I don’t know how to do it in access. I have tried dlookup, but my knowledge of VB is not too good.
in Access 2007 -Lets say I am trying to do quote. I have two tables; one is called Proofs, the other Quote. In the proofs table, I have proof ID, then Proof type, then price. In my quote I have proof type and then price, and then total.
So in the quote table, in the proof type column, I have a combo box where you can select from the "proofs table" what size you want.
A4
A3
In the proofs table, A4’s price is 0.84 and the A3 is 1.52. What I am trying to do on Form View, when I have created an order form, is tell it to automatically pick up the price of what is selected, like you would do in excel with indirect command. So if I select A4, then in the price column, it will automatically give me the price of 0.84 in the price column.
Does that make sense to anyone? I can do it in excel, but I don’t know how to do it in access. I have tried dlookup, but my knowledge of VB is not too good.
Comment