I've been given a project to develop. First of all, I don't know SQL, and I'm fairly new at CR. Using 8.5 on the desktop, and exporting it to 7.0 for users to run on an internal website.
The project takes two databases, one that contains transactions, the other that contains product information. The two are linked by itemnumber.
I need to create a report that lists transactions which were returned to the store within a user specified period of time.
Input from the user will be the item number with a second parameter of time period in spreadsheet format.
Example:
ItemNumber ReturnPeriod(days)
000000001 7
000000002 30
My current ideas are to put the spreadsheet provided into an access db, then reading that in as a parameter. The report would use a subreport to determine if the item was returned. That's as far as I've gotten and I've already determined that won't work because 7.0 doesn't like subreports.
Thank you for any guidance you can give me.
The project takes two databases, one that contains transactions, the other that contains product information. The two are linked by itemnumber.
I need to create a report that lists transactions which were returned to the store within a user specified period of time.
Input from the user will be the item number with a second parameter of time period in spreadsheet format.
Example:
ItemNumber ReturnPeriod(days)
000000001 7
000000002 30
My current ideas are to put the spreadsheet provided into an access db, then reading that in as a parameter. The report would use a subreport to determine if the item was returned. That's as far as I've gotten and I've already determined that won't work because 7.0 doesn't like subreports.
Thank you for any guidance you can give me.