P
patskinny
hi, I have a table with the following layout:
NameCode Date Shipments
45215 3/7/06 1
45215 3/8/06 18
37515 3/8/06 20
37515 3/9/06 85
45215 3/10/06 55
what I am trying to do is have a query that will produce a report with
the following results based on a time period selected by the user (In
this case, the user selects 3/7/06 - 3/9/06):
Name Code 3/7/06 3/8/06 3/9/06
37515 No shipments shipments shipments
45215 shipments shipments No Shipments
I can select the dates from a calendar I built on a form, can populate
the form column headings with the selected dates but getting the info
from the table isnt working.
I just want it to say "no shipments" if the date is not found for that
for the selected range.
If anyone has any ideas or can point me in the right direction please
let me know!!! I'm not a complete novice but I'm by no means an
expert.
thank you!!!
NameCode Date Shipments
45215 3/7/06 1
45215 3/8/06 18
37515 3/8/06 20
37515 3/9/06 85
45215 3/10/06 55
what I am trying to do is have a query that will produce a report with
the following results based on a time period selected by the user (In
this case, the user selects 3/7/06 - 3/9/06):
Name Code 3/7/06 3/8/06 3/9/06
37515 No shipments shipments shipments
45215 shipments shipments No Shipments
I can select the dates from a calendar I built on a form, can populate
the form column headings with the selected dates but getting the info
from the table isnt working.
I just want it to say "no shipments" if the date is not found for that
for the selected range.
If anyone has any ideas or can point me in the right direction please
let me know!!! I'm not a complete novice but I'm by no means an
expert.
thank you!!!