Rychertate
MIS
I have records in my database
*field1 *field2 *field3 field4
S 432 R 1
S 432 R 2
P 233 F 1
This is a sample of my database where
field1 = field2 = field3 but I only want to report the record with field4 = 2 when record for field4 = 1 exists in the database. If only one record for field4 = 1 for a specific field1, field2, field3 value, I want to report that specific record.
In the ex above, I want to print out the 2nd and 3rd record.
Do I need a group selection or a record selection?
It seems very tricky.
*field1 *field2 *field3 field4
S 432 R 1
S 432 R 2
P 233 F 1
This is a sample of my database where
field1 = field2 = field3 but I only want to report the record with field4 = 2 when record for field4 = 1 exists in the database. If only one record for field4 = 1 for a specific field1, field2, field3 value, I want to report that specific record.
In the ex above, I want to print out the 2nd and 3rd record.
Do I need a group selection or a record selection?
It seems very tricky.