Wowzers, back in the DOS days I use to program well but now, looks like my skills are REALLY rusty. I looked for help here but could not find anything related to printing of grids.
I have a grid that is off the ActivityJobItem table. I set up my date range and what county the pesicide products were used. This gets me the data for the month in question. My plan is to print that data into a report.
I set up the following actions in this order
1. Assigned Value to Action Result: I then named the result UseReportData and used ReportID field to store
2. Start Loop Through Grid: Starts the process of looking for the data. I did make it so it looks for checked items.
3. Character Function: This is where I am getting hungup. I am going to assume that this function will take data and store it in the action result UseReportData
4. End Loop Through Grid:
5. Create Report: The report prints all the records from the ActivityJobItems table and not the selected checked items from the grid.
What am i doing wrong? or is not the correct process to make a report like this?
Thanks, John M