Hello guys,
I need your opinion on how can i manage to look up a value from 1 table to another. Let say i have Table_A(field_ID) and Table _B(field_ID,field_Des). I want to look up Table_A(field_ID) to Table_B(field_ID), then i will check on Table_B(field_Des) let say my criteria is like "AA*", the result is only Yes or No. I have created query however, if i have 1 item in Table_A and 3 item in Table_B, it will result 3 times as well.
I need your opinion on how can i manage to look up a value from 1 table to another. Let say i have Table_A(field_ID) and Table _B(field_ID,field_Des). I want to look up Table_A(field_ID) to Table_B(field_ID), then i will check on Table_B(field_Des) let say my criteria is like "AA*", the result is only Yes or No. I have created query however, if i have 1 item in Table_A and 3 item in Table_B, it will result 3 times as well.