striker83716
Technical User
I am trying to create a crosstab query that will sum hours between dates, based on system failures. In the table below, the first three columns are from the table, the last two columns, is the data as I would like it to appear.
I am posting here, because I believe I will need some VBA for this. Thanks in advance!
DateofObservance hours idsys System1 system2
2/13/2008 72 72 72
2/14/2008 72 144 144
2/15/2008 72 1 0 216
2/16/2008 72 72 288
2/17/2008 72 3 144 0
2/18/2008 72 216 72
2/19/2008 72 288 144
I am posting here, because I believe I will need some VBA for this. Thanks in advance!
DateofObservance hours idsys System1 system2
2/13/2008 72 72 72
2/14/2008 72 144 144
2/15/2008 72 1 0 216
2/16/2008 72 72 288
2/17/2008 72 3 144 0
2/18/2008 72 216 72
2/19/2008 72 288 144