Hi
I have 2 tables
Table 1
ID Status 1 D 2 F 3 D
Table 2
SID ID Approve 1 1 N 2 1 Y 3 1 Y 4 2 Y
I need a query to joins 2 tables on ID and finds records that don not have N in their Approve column. Does anyone have any clue how to implement this?