Folks, could anyone advise ...
Is there a significant difference in crosstab capabilities in Access and Excel?
Using Office XP 2002 ... to produce a crosstab report I developed it in Excel from a query datasource in Access. One good thing about this was the ability to select both a date header and then a specific time header for the crosstab value. Try as I might, I cannot see a way to replicate this in Access either directly using a crosstab or using the crosstab as data for a report.
I wish I could see a way to show you the Excel output ... moving soon to Office 2007 which seems very slow in comparison with 2003 and that's part of the reason that I don't want ot open Excel for just one report.
The data I am seeking to model is:-
Select a set of records for that match one side of a 1:M set of tables. None of the records in the M table is unique. The M side holds data that includes a text field (member) which represents the row, a date field, a separate time field and an integer number value that will not exceed 99.
On the solution I would like to show something like this
Title : (from the 1 table in the 1:M query)
Date1 || Date 2 etc
Time1 | Time2 | Time3 | Time4 || Time1 | Time2 |Time 3 | etc
Fred | 1 | 4 | || 3 | 6 | 4 |
Bill | 3 | | 1 || 1 | 4 | |
I cannot use datepart since the date and time fields are sepaate fields. Note that there may be some null values for some results.
I hope that I have provided enought detail. I can supply a set of source data if this would help.
TIA for any help on this.
Helm
Is there a significant difference in crosstab capabilities in Access and Excel?
Using Office XP 2002 ... to produce a crosstab report I developed it in Excel from a query datasource in Access. One good thing about this was the ability to select both a date header and then a specific time header for the crosstab value. Try as I might, I cannot see a way to replicate this in Access either directly using a crosstab or using the crosstab as data for a report.
I wish I could see a way to show you the Excel output ... moving soon to Office 2007 which seems very slow in comparison with 2003 and that's part of the reason that I don't want ot open Excel for just one report.
The data I am seeking to model is:-
Select a set of records for that match one side of a 1:M set of tables. None of the records in the M table is unique. The M side holds data that includes a text field (member) which represents the row, a date field, a separate time field and an integer number value that will not exceed 99.
On the solution I would like to show something like this
Title : (from the 1 table in the 1:M query)
Date1 || Date 2 etc
Time1 | Time2 | Time3 | Time4 || Time1 | Time2 |Time 3 | etc
Fred | 1 | 4 | || 3 | 6 | 4 |
Bill | 3 | | 1 || 1 | 4 | |
I cannot use datepart since the date and time fields are sepaate fields. Note that there may be some null values for some results.
I hope that I have provided enought detail. I can supply a set of source data if this would help.
TIA for any help on this.
Helm
Comment