T
Toan Chau
Hi
I have a table like this...
CSR Date Data1
--- ---- -----
BDE 10/11 8
CSS 10/11 4
ERR 10/11 3
DST 10/11 7
BDE 10/12 8
CSS 10/12 2
ERR 10/12 1
DST 10/12 3
(Thanks for listening this far)
Now, I would like to make a form that can separate the
data by the date. So it would look something like this...
CSR (Data for 10/11) (Data for 10/12)
--- --------------- ---------------
BDE 8 8
CSS 4 2
ERR 3 3
DST 7 3
Currently, I have a form that prompts me for the date, and
when I enter a date it gives me the data for all CSR's
Data for that date. But I would like for the form to give
me data for five days after the date I inputed. Something
similar to what I have listed above. But for 5 days
instead of two.
Any ideas how I should setup my form for that type of view?
A thousand thanks in advance.
-Toan
I have a table like this...
CSR Date Data1
--- ---- -----
BDE 10/11 8
CSS 10/11 4
ERR 10/11 3
DST 10/11 7
BDE 10/12 8
CSS 10/12 2
ERR 10/12 1
DST 10/12 3
(Thanks for listening this far)
Now, I would like to make a form that can separate the
data by the date. So it would look something like this...
CSR (Data for 10/11) (Data for 10/12)
--- --------------- ---------------
BDE 8 8
CSS 4 2
ERR 3 3
DST 7 3
Currently, I have a form that prompts me for the date, and
when I enter a date it gives me the data for all CSR's
Data for that date. But I would like for the form to give
me data for five days after the date I inputed. Something
similar to what I have listed above. But for 5 days
instead of two.
Any ideas how I should setup my form for that type of view?
A thousand thanks in advance.
-Toan