D
Danilo
Hi.
I have a table like this:
DATE | NAME
01/01/2008 Name 1
01/03/2008 Name 2
01/06/2008 Name 3
Ok. Now, I'd like to SELECT all records between '01/01/2008' AND '01/10/2008'.
But, the normal response from Access is to give me just the 3 records in the
table. But I need to get the following response:
DATE | NAME
01/01/2008 Name 1
01/02/2008 NULL
01/03/2008 Name 2
01/04/2008 NULL
01/05/2008 NULL
01/06/2008 Name 3
01/07/2008 NULL
01/08/2008 NULL
01/09/2008 NULL
01/10/2008 NULL
Anyone could help me?
Thanks!!!
I have a table like this:
DATE | NAME
01/01/2008 Name 1
01/03/2008 Name 2
01/06/2008 Name 3
Ok. Now, I'd like to SELECT all records between '01/01/2008' AND '01/10/2008'.
But, the normal response from Access is to give me just the 3 records in the
table. But I need to get the following response:
DATE | NAME
01/01/2008 Name 1
01/02/2008 NULL
01/03/2008 Name 2
01/04/2008 NULL
01/05/2008 NULL
01/06/2008 Name 3
01/07/2008 NULL
01/08/2008 NULL
01/09/2008 NULL
01/10/2008 NULL
Anyone could help me?
Thanks!!!