MaleNurse325
Registered User.
- Local time
- Yesterday, 20:22
- Joined
- Jan 11, 2016
- Messages
- 72
I have a report based on the information from a combo box on the data input form. The combo box has an associated numerical score that is necessary to calculate risk factors, as well as text for the user to select the appropriate risk. the 'score' is in column 1 of the combo box with the width set at 0. The selections are in a separate table to the input form.
The calculations on the form function well but...
When I try to produce a report of the information from that record I get the associated 'score' I would like to be able to convert that score back to the associated text in the table.
I could make this nested iff or switch statements, but this project will have to be used at more than 20 locations and some of the table data will be bespoke to the locations.
Is there a more simple way of referring the field on the report back to the table?
:banghead:
The calculations on the form function well but...
When I try to produce a report of the information from that record I get the associated 'score' I would like to be able to convert that score back to the associated text in the table.
I could make this nested iff or switch statements, but this project will have to be used at more than 20 locations and some of the table data will be bespoke to the locations.
Is there a more simple way of referring the field on the report back to the table?
:banghead: