J
Janis
tblRouter:routerName
tblUtilization:routerName, weekending date, utilization%
What I want to do is output to Excel the fields: routerName & the last 6
weeks utilization figures in columns.
Do I create a form with a calculation field that can figure out what the
last 6 weeks are from all the dates in the tblUtilization somehow. How would
I do that? and add the field for the router Name to this form. The dates may
not be exactly 7 days apart. I just have to output it as a table to Excel so
I need to get it formatted as one table with rows and columns, ie.
RouterName, 9/1, 9/7
Router ubra... 80%, 81%
Router ubrb... 75%, 76% etc.
Or would I do this as a query to both tables. How do I do the query?
tia,
The
tblUtilization:routerName, weekending date, utilization%
What I want to do is output to Excel the fields: routerName & the last 6
weeks utilization figures in columns.
Do I create a form with a calculation field that can figure out what the
last 6 weeks are from all the dates in the tblUtilization somehow. How would
I do that? and add the field for the router Name to this form. The dates may
not be exactly 7 days apart. I just have to output it as a table to Excel so
I need to get it formatted as one table with rows and columns, ie.
RouterName, 9/1, 9/7
Router ubra... 80%, 81%
Router ubrb... 75%, 76% etc.
Or would I do this as a query to both tables. How do I do the query?
tia,
The