M
Melissa
I have a field in my database named ScheduleYear. It is a
text field with a length of 4 used to track whether a
person has submitted their travel schedule for the summer.
My parameter query will allow me to enter "2004", "*" or
enter through it to return all records. What I ALSO want
to be able to find with my query is who has not submitted
a travel schedule for 2004. So I want to use one
parameter query where the user enters "2004" or enters
something that results in Not Like 2004.
Can anyone help?
text field with a length of 4 used to track whether a
person has submitted their travel schedule for the summer.
My parameter query will allow me to enter "2004", "*" or
enter through it to return all records. What I ALSO want
to be able to find with my query is who has not submitted
a travel schedule for 2004. So I want to use one
parameter query where the user enters "2004" or enters
something that results in Not Like 2004.
Can anyone help?