Hello all,
I have put together a query which has several expressions in which are subsequently used, within the same query, to make another expression.
The query runs fine and gives correct calculations however, it prompts the user to enter a parameter value for the expressions used to build the final expression.
e.g.
Expr1 Expr2 Expr3
x - y x - z (Expr1+Expr2)/2
It asks for Expr1 and Expr2... but on clicking 'OK' without entering any values it comes up with the correct values.
Is this just a quirk of Access - Is there a way to simply stop the 'Enter Parameter Value' prompt from coming up (im thinking like in vb - on error go to next)
OR does anyone know why Access does this and how i can 'fix' it.
All the best,
Luke
I have put together a query which has several expressions in which are subsequently used, within the same query, to make another expression.
The query runs fine and gives correct calculations however, it prompts the user to enter a parameter value for the expressions used to build the final expression.
e.g.
Expr1 Expr2 Expr3
x - y x - z (Expr1+Expr2)/2
It asks for Expr1 and Expr2... but on clicking 'OK' without entering any values it comes up with the correct values.
Is this just a quirk of Access - Is there a way to simply stop the 'Enter Parameter Value' prompt from coming up (im thinking like in vb - on error go to next)
OR does anyone know why Access does this and how i can 'fix' it.
All the best,
Luke