Hello,
I'm needing assistance with a way to only display records if a certain condition is met for the 2nd table that I'm pulling data from. I have a database that I'm connecting to via ODBC. I'm trying to run a report that looks at 2 tables. The 2 tables are linked by a field called number. The 2nd table has multiple entries for each number for different statuses.
Here's an example of what I'm talking about:
Table A
Number
Field
Etc.
Table B
Number
Status
Person
Date/Time
For every record in Table A, there can be up to 10 records in Table B depending on how many status changes there were to that record in Table A differentiated by the Date/Time stamp. Table B is tied to Table A by the number field.
What I'm trying to figure out is how do I display {A.Number} if and only if {B.Status} does not have a specific status in it.
I apologize if my question comes across as fuzzy; been working on this today and haven't been able to come up with a good solution.
Any help would be appreciated.
Thanks,
Isaac
I'm needing assistance with a way to only display records if a certain condition is met for the 2nd table that I'm pulling data from. I have a database that I'm connecting to via ODBC. I'm trying to run a report that looks at 2 tables. The 2 tables are linked by a field called number. The 2nd table has multiple entries for each number for different statuses.
Here's an example of what I'm talking about:
Table A
Number
Field
Etc.
Table B
Number
Status
Person
Date/Time
For every record in Table A, there can be up to 10 records in Table B depending on how many status changes there were to that record in Table A differentiated by the Date/Time stamp. Table B is tied to Table A by the number field.
What I'm trying to figure out is how do I display {A.Number} if and only if {B.Status} does not have a specific status in it.
I apologize if my question comes across as fuzzy; been working on this today and haven't been able to come up with a good solution.
Any help would be appreciated.
Thanks,
Isaac