John,
Your questions prompted me to try running the query with the form open. I
didn't get the error this time but, it failed to pull the form field's value.
Would you still like to see th SQL? Or is there something simple I'm doing
wrong?
The form field I'm trying to pull is a check box. Does a check return "1"'s
and "0"'s?
> >Sorry for the re-post but the proir thread ended and I'm still dead in the
> >water.
[quoted text clipped - 14 lines]
>
> John W. Vinson[MVP]
John Vinson - 09 Jun 2005 00:34 GMT
>John,
>
>Your questions prompted me to try running the query with the form open. I
>didn't get the error this time but, it failed to pull the form field's value.
> Would you still like to see th SQL? Or is there something simple I'm doing
>wrong?
The form must be open or it will indeed prompt you. I obviously cannot
tell what you might be doing wrong, since I cannot tell what you're
doing!
>The form field I'm trying to pull is a check box. Does a check return "1"'s
>and "0"'s?
Actually, -1 is TRUE/Yes/checked and 0 is FALSE/No/unchecked.
John W. Vinson[MVP]