Repost: Variable Report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I have created a table which contains a list of various problems and associated information. I would like to know how to proceed to be able to create a report for which the user will check of the problems that may be applicable to their project and the report will retrieve those specific items. Is there an easier way of doing this?! I am open to suggestions.

Any help would be greatly appreciated!

Daniel P
 
Daniel
Somehow you have to specify which entry in your current
table relates to what potential problem, once you have
done so than you can print the items from the list
pertaining to the specific problem code.
i.e.
Description 1 problem code AECGT
Description 2 problem code ET
Description 3 problem code CT


to print a report for one particular solution you could
set the report to print fro problem code G or E

you could use like "*G*" or like "*T*"

Hope this gives you some Idea.
Fons
-----Original Message-----
Hello,

I have created a table which contains a list of various
problems and associated information. I would like to know
how to proceed to be able to create a report for which the
user will check of the problems that may be applicable to
their project and the report will retrieve those specific
items. Is there an easier way of doing this?! I am open
to suggestions.
 
Back
Top