G
Guest
hello gurus
I'm quite new to Access and I need help writing a function (I think). My
form has two combo boxes, cboGroup and cboTask. When the user chooses a
Group and a Task, I need to write the corresponding value of Category to
txtCat, according to the table shown below.
Category
Group 1 2 3 4
1 A B C D
2 B C D A
3 C D A B
4 D A B C
For example, when Group = 3 and Task = D, then txtCat must hold the value 2.
thanks in advance for any assistance
Terry
I'm quite new to Access and I need help writing a function (I think). My
form has two combo boxes, cboGroup and cboTask. When the user chooses a
Group and a Task, I need to write the corresponding value of Category to
txtCat, according to the table shown below.
Category
Group 1 2 3 4
1 A B C D
2 B C D A
3 C D A B
4 D A B C
For example, when Group = 3 and Task = D, then txtCat must hold the value 2.
thanks in advance for any assistance
Terry