Access 2003 from ealier post...

J

Jacob

I have a qry that brings in accounting information. I need to be able to
pull all inventory to date, to Current. The date field I need to pull from
also has null values. Is there a way to bring in all data as of a certain
date?
 
J

Jacob

That will bring all the records todate, however the null values are not
populating. Is there a way to have those appear as well?


KARL DEWEY said:
Criteria ---
<=CVDate([Enter date])
--
Build a little, test a little.


Jacob said:
I have a qry that brings in accounting information. I need to be able to
pull all inventory to date, to Current. The date field I need to pull
from
also has null values. Is there a way to bring in all data as of a certain
date?
 
K

KARL DEWEY

<=CVDate([Enter date]) OR Is Null

--
Build a little, test a little.


Jacob said:
That will bring all the records todate, however the null values are not
populating. Is there a way to have those appear as well?


KARL DEWEY said:
Criteria ---
<=CVDate([Enter date])
--
Build a little, test a little.


Jacob said:
I have a qry that brings in accounting information. I need to be able to
pull all inventory to date, to Current. The date field I need to pull
from
also has null values. Is there a way to bring in all data as of a certain
date?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top