Strings one and two work fine, but when I try to combine them get a parsing error:
One - This works:
?DEnd("[area]","last", BuildCriteria("[station]",dblong,"=" & Forms![dcform]![station]))
Two - This works:
?DEnd("[area]","last", BuildCriteria("[process]",dblong,"= 1"))
I tried to combine one and two as follows BUT get a parsing error:
?DEnd("[area]","last", BuildCriteria("[station]",dblong,"=" & Forms![dcform]![station] AND [process]",dblong,"= 1"))
I would REALLY appreciate any help on where the parsing error is.
Kind regards,
Hanss
Zurich, Switzerland
One - This works:
?DEnd("[area]","last", BuildCriteria("[station]",dblong,"=" & Forms![dcform]![station]))
Two - This works:
?DEnd("[area]","last", BuildCriteria("[process]",dblong,"= 1"))
I tried to combine one and two as follows BUT get a parsing error:
?DEnd("[area]","last", BuildCriteria("[station]",dblong,"=" & Forms![dcform]![station] AND [process]",dblong,"= 1"))
I would REALLY appreciate any help on where the parsing error is.
Kind regards,
Hanss
Zurich, Switzerland