query between to dates

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

Guest

i want to create a query to find data between to dates which i can do it
comes up with all the dates it finds between thoese dates. and it comes up
with all my totals. but what i want to do is show all the dates between those
date even if the date is not there
 
mega1 said:
i want to create a query to find data between to dates which i can do
it comes up with all the dates it finds between thoese dates. and it
comes up with all my totals. but what i want to do is show all the
dates between those date even if the date is not there

You would need to have a table containing all dates and add that to the query
with an outer join.
 

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