P
Paul B
New to using access so please be gentle 
Criteria in query
Between #1/1/06# And #12/31/06#
I Have a form named frmYear with a text box named tbYear
How can I use the value from the text box for the year
Something like this but it does not work, or is there a better way to do
this?
Between #1/1/[Forms]![frmYear]![tbYear]# And
#12/31/[Forms]![frmYear]![tbYear]#
using access 2002
Thanks

Criteria in query
Between #1/1/06# And #12/31/06#
I Have a form named frmYear with a text box named tbYear
How can I use the value from the text box for the year
Something like this but it does not work, or is there a better way to do
this?
Between #1/1/[Forms]![frmYear]![tbYear]# And
#12/31/[Forms]![frmYear]![tbYear]#
using access 2002
Thanks