Hi,
I'm using 2 tables A & B. The structure is
a: emp_id, name, value, check
b: emp_id, name, value
check field in table A is yes/no field.
Question: An sql query which can,
If check= 'yes' pull record from table B else from table A, for emp_id = User entered Id
I'm using Access 2k. The result should be compatible.
I'm using 2 tables A & B. The structure is
a: emp_id, name, value, check
b: emp_id, name, value
check field in table A is yes/no field.
Question: An sql query which can,
If check= 'yes' pull record from table B else from table A, for emp_id = User entered Id
I'm using Access 2k. The result should be compatible.
