G
Guest
I am trying to write an If statement for a field in access 2003. I have three
fields testbox1 and textbox2 are combo boxes. The third field (textbox3) is
based on the combination of the first two fields. Textbox1 has five choices
and textbox2 has four choices making twenty posible combinations.
If textbox1 = 1 and textbox2 = a then
textbox3 = .20
If textbox1 = 1 and textbox2 = b then
textbox3 = .30
and so on ....
As you can see I am new at this so any help would be graeatly appreciated.
Thanks
fields testbox1 and textbox2 are combo boxes. The third field (textbox3) is
based on the combination of the first two fields. Textbox1 has five choices
and textbox2 has four choices making twenty posible combinations.
If textbox1 = 1 and textbox2 = a then
textbox3 = .20
If textbox1 = 1 and textbox2 = b then
textbox3 = .30
and so on ....
As you can see I am new at this so any help would be graeatly appreciated.
Thanks