murgatroyd
Registered User.
- Local time
- Tomorrow, 07:59
- Joined
- Mar 26, 2016
- Messages
- 31
I have an application that includes a "Parameters" table containing a single record (no key) with a number of fields that represent alarm thresholds. I want to use a couple of these fields in a report, for conditional formatting when certain values exceed the thresholds; however, when I add the Parameters table to the underlying query, I get an "ambiguous outer joins" error message. As there is nothing to join, how can I get the field values from the table into the query so I can use them in the report?