A real begineer
Registered User.
- Local time
- Today, 01:45
- Joined
- Nov 4, 2000
- Messages
- 74
My users access a form on whch they input data. Based on this data the program makes recommendations. To date this has resulted in a list of steps to take being printed out on a form.
I was wondering if it is possible to print the recommendations on a report instead, and whther this would have any advantages? I thought it may speed my code up when it runs, as some of it could be split between the form and the report.
I had a play around with code to make the recommendations calculate on the form and transfer to a report but that didn't work. So how would you do it?
I was wondering if it is possible to print the recommendations on a report instead, and whther this would have any advantages? I thought it may speed my code up when it runs, as some of it could be split between the form and the report.
I had a play around with code to make the recommendations calculate on the form and transfer to a report but that didn't work. So how would you do it?