Happy holidays all,
Part got cut off. I have the following code to loop thru fields in a table.
Do While rstIntervalValues!IntervalValue = rstINTERVALS!IntervalValue. I need to modify this to include another field like;
Do While rstIntervalValues!IntervalValue AND CATEGORYCODE = rstINTERVALS!IntervalValue AND CATEGORYCODE.
So I am comparing 2 fields from 2 tables. Can someone assist with the syntax?
Thank you in advance
hoof
Part got cut off. I have the following code to loop thru fields in a table.
Do While rstIntervalValues!IntervalValue = rstINTERVALS!IntervalValue. I need to modify this to include another field like;
Do While rstIntervalValues!IntervalValue AND CATEGORYCODE = rstINTERVALS!IntervalValue AND CATEGORYCODE.
So I am comparing 2 fields from 2 tables. Can someone assist with the syntax?
Thank you in advance
hoof