Greetings,
Given my tables tblSuspension and tblSuspStat I tried to create a query to show open and close suspension cases. SUSPSTAT in tblSUSPENSION is a numeric data type (1 & 2) whereas STATUS in tbl SUSPSTAT is a text data type (close & open). It was requested to display the text value (instead of the numeric values) in the report. There are a total of 150 cases both open & close.
When I run the query based on tblSuspension, I get 150 records, but when I include the tblSuspstat and run the query, I get only 85 records.
Attached is the screenshot to show the joins Can you please point me to the right direction as to why I do not get the consistent result?
TIA
Regards,
Given my tables tblSuspension and tblSuspStat I tried to create a query to show open and close suspension cases. SUSPSTAT in tblSUSPENSION is a numeric data type (1 & 2) whereas STATUS in tbl SUSPSTAT is a text data type (close & open). It was requested to display the text value (instead of the numeric values) in the report. There are a total of 150 cases both open & close.
When I run the query based on tblSuspension, I get 150 records, but when I include the tblSuspstat and run the query, I get only 85 records.
Attached is the screenshot to show the joins Can you please point me to the right direction as to why I do not get the consistent result?
TIA
Regards,