M
Martine
Hi,
I'm new to Access and I'm trying to make a calculation in
VB. Here's my pseudocode:
Returns the total
variable x = 0;
If [QID] in (58,59,61,62,64,65,67,68,69) And
([tblAnswer.Ans1]=-1))
Or (([QID] in (60,63,66) And ([tblAnswer.Ans2]=-1))
,1,0
then X+= 1;
I'd like X to be stored in a field in another table. How
and where would I program this? I have experience in C++
but not in VB.
Thanks in advance.
I'm new to Access and I'm trying to make a calculation in
VB. Here's my pseudocode:
Returns the total
variable x = 0;
If [QID] in (58,59,61,62,64,65,67,68,69) And
([tblAnswer.Ans1]=-1))
Or (([QID] in (60,63,66) And ([tblAnswer.Ans2]=-1))
,1,0
then X+= 1;
I'd like X to be stored in a field in another table. How
and where would I program this? I have experience in C++
but not in VB.
Thanks in advance.