P
Pamela
I want to create a report to track open assignments. My thought was to
create a completed date control on my form and run a report showing all
records that have an empty completed date control. Created a query but am
not figuring out what Criteria to use for "empty" (I tried =Null but it
didn't work).
Also, because this is a new process, I would like to date stamp the
assignments of when first entered into my form so that I can narrow the
criteria by date (so not to pull OLD records that don't have these fields
completed) The Now() operator seems to pull current date/time -- not time
first started..
How can I do this?? Thanks so much! ~ Pamela
create a completed date control on my form and run a report showing all
records that have an empty completed date control. Created a query but am
not figuring out what Criteria to use for "empty" (I tried =Null but it
didn't work).
Also, because this is a new process, I would like to date stamp the
assignments of when first entered into my form so that I can narrow the
criteria by date (so not to pull OLD records that don't have these fields
completed) The Now() operator seems to pull current date/time -- not time
first started..
How can I do this?? Thanks so much! ~ Pamela