lisaharris
Programmer
I have a process that imports data from another source, then calculates data and compiles information based on day of the month. I want to create a "scorecard" report, but I am having a hard time creating something that is reusable.
A few of the data fields for February's data are as follows:
RD1Time.01
RD1Time.02
RD1Time.03
RD1Time.04
RD1Time.05
RD1Time.08
RD1Time.09 ... etc where 01 is the first day of the month, 02 is the second, and so on.. The field names come from a crosstab query and use the day as the header.
My problem is that for February's data, there is no .06 or .07 as they were a weekend. But I want a column for 06 and 07 to exist, since they are valid weekdays in other months.
I tried using an iserror in the control source but it wouldn't work. I'm stumped.
__________
Veni, Vidi, Visa: I came, I saw, I charged it.
A few of the data fields for February's data are as follows:
RD1Time.01
RD1Time.02
RD1Time.03
RD1Time.04
RD1Time.05
RD1Time.08
RD1Time.09 ... etc where 01 is the first day of the month, 02 is the second, and so on.. The field names come from a crosstab query and use the day as the header.
My problem is that for February's data, there is no .06 or .07 as they were a weekend. But I want a column for 06 and 07 to exist, since they are valid weekdays in other months.
I tried using an iserror in the control source but it wouldn't work. I'm stumped.
__________
Veni, Vidi, Visa: I came, I saw, I charged it.