MikeBronner
Programmer
I'm looking for some help with the ado SHAPE command used in conjunction with data reports.
I want to group data by "Shift". The data includes the following fields: "Sorter", "Minutes", "Time".
I have the datareport set up in the following manner:
ReportHeader
PageHeader
GroupHeader
Shift
Details
Sorter
Minutes
Time
GroupFooter
PageFooter
ReportFooter
I don't know what to label the DataField value of the text boxes in the group and detail section. Also, I don't know if the following command returns the results I need:
SHAPE {SELECT Shift FROM tblMinutes} APPEND ({SELECT * FROM tblMinutes} AS Details RELATE 'Shift' TO 'Shift') AS Details
This SHAPE thing has got me totally confused. I tried reading through the MS Knowledgebase pages, but they aren't exactly clarifying, if you know what I mean.
Can anyone point me in the right direction? Thanks a bunch!
Take Care,
Mike
I want to group data by "Shift". The data includes the following fields: "Sorter", "Minutes", "Time".
I have the datareport set up in the following manner:
ReportHeader
PageHeader
GroupHeader
Shift
Details
Sorter
Minutes
Time
GroupFooter
PageFooter
ReportFooter
I don't know what to label the DataField value of the text boxes in the group and detail section. Also, I don't know if the following command returns the results I need:
SHAPE {SELECT Shift FROM tblMinutes} APPEND ({SELECT * FROM tblMinutes} AS Details RELATE 'Shift' TO 'Shift') AS Details
This SHAPE thing has got me totally confused. I tried reading through the MS Knowledgebase pages, but they aren't exactly clarifying, if you know what I mean.
Can anyone point me in the right direction? Thanks a bunch!
Take Care,
Mike