Using Dates

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a small Problem I am trying to determine how much Material in weight
that has shipped between 2 dates.

I have created the Query and in the criteria field I can lets say Hard code
the dates but I would like for access to ask me for the dates when the
report is brought up.

any help would be appreciated.
 
I have a small Problem I am trying to determine how much Material in weight
that has shipped between 2 dates.

I have created the Query and in the criteria field I can lets say Hard code
the dates but I would like for access to ask me for the dates when the
report is brought up.

any help would be appreciated.

If your End Date does not include a time of day value, as criteria on
the DateField in the query write:
Between [Enter Start Date] and [Enter End Date]

Note: If your DateField does include a Time value, enter an End Date
of one day later than wanted, i.e. instead of 1/31/2006 enter 2/1/2006
if the ending date wanted is January 31st.
There is a work around for this, but that would be a separate message.
Post back if it pertains to your situation.
 

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

Back
Top