N
Nancy
Hi all. I have a database with 100 records. Each record has a dozen fields
that can have a numeric value of 1 to 10. I created a query which shows me
all records which have at least one field with a value less than 5 (field1<5
or field2<5 or field 3<5 etc.). The results of the query look like this (as
you might expect):
ID-Top-Lt-Rt
096--5--4--6
097--4--8--3
099--3--7--4
However, the users need a report which lists every field with a value less
than 5 on a separate line (not values of 5 or higher) along with the field
name/caption like so:
ID-Rating-Direction
096--4--Left
097--4--Top
097--3--Right
099--3--Top
099--4--Right
I am not sure how to achieve this. Any thoughts would be very much
appreciated.
Thanks!
that can have a numeric value of 1 to 10. I created a query which shows me
all records which have at least one field with a value less than 5 (field1<5
or field2<5 or field 3<5 etc.). The results of the query look like this (as
you might expect):
ID-Top-Lt-Rt
096--5--4--6
097--4--8--3
099--3--7--4
However, the users need a report which lists every field with a value less
than 5 on a separate line (not values of 5 or higher) along with the field
name/caption like so:
ID-Rating-Direction
096--4--Left
097--4--Top
097--3--Right
099--3--Top
099--4--Right
I am not sure how to achieve this. Any thoughts would be very much
appreciated.
Thanks!