I am having a great deal of difficulty displaying my data properly using a datareport. I want a simple report the displays the items assigned to an employee, and then prints their name below a line, on which the employee can sign their name. So it would look like this:
Item Description Inventory #
Widget1 1000
Widget2 1001
Widget3 1002
Etc. etc….
I acknowledge receiving the items list above.
_____________________
John Smith 1/1/2003 – date that equipment was assigned
I have tried several different configurations with my DataEnvironment Commands and with different SQL statements. But, nothing seems to work. I have also tried putting the name and date textbox controls in the report footer, but unlike access reports, datareports do not allow data controls in the headers/footers.
I always end up with either a data shape command text syntax error or results that look something like this:
Item Description Inventory #
Widget1 1000
John Smith
Widget2
John Smith….
I am pulling data from three different tables; employee, item, and assignment. The first two are self-explanatory and the assignment table is basically a transaction table the tracks which items have been assigned/unassigned to which employees.
Is it possible to create this type of report using VB’s datareport. If so, what am I doing wrong?
Any assistance would be greatly appreciated.
Thanks.
Timoteo
Item Description Inventory #
Widget1 1000
Widget2 1001
Widget3 1002
Etc. etc….
I acknowledge receiving the items list above.
_____________________
John Smith 1/1/2003 – date that equipment was assigned
I have tried several different configurations with my DataEnvironment Commands and with different SQL statements. But, nothing seems to work. I have also tried putting the name and date textbox controls in the report footer, but unlike access reports, datareports do not allow data controls in the headers/footers.
I always end up with either a data shape command text syntax error or results that look something like this:
Item Description Inventory #
Widget1 1000
John Smith
Widget2
John Smith….
I am pulling data from three different tables; employee, item, and assignment. The first two are self-explanatory and the assignment table is basically a transaction table the tracks which items have been assigned/unassigned to which employees.
Is it possible to create this type of report using VB’s datareport. If so, what am I doing wrong?
Any assistance would be greatly appreciated.
Thanks.
Timoteo