C
cliff
Hi, when I run the following query , I get the following error :
compile error. in query question 'nz(dmax("iteration","tbl_rndnumstore"),0)+1'
INSERT INTO tbl_RndNumStore ( Iteration, numvalue, ruleid )
SELECT NZ(DMax("Iteration","tbl_RndNumStore"),0)+1 AS Expr1,
tbl_RndNum1.numvalue, tbl_rndnum1.ruleid
FROM tbl_RndNum1;
Please help to solve it
thanks
cliff
compile error. in query question 'nz(dmax("iteration","tbl_rndnumstore"),0)+1'
INSERT INTO tbl_RndNumStore ( Iteration, numvalue, ruleid )
SELECT NZ(DMax("Iteration","tbl_RndNumStore"),0)+1 AS Expr1,
tbl_RndNum1.numvalue, tbl_rndnum1.ruleid
FROM tbl_RndNum1;
Please help to solve it
thanks
cliff