M
Moe
Hi, I need help in DLookup function. The following tables and fields
are involved
Table ==> SYS_INFO
///////Fields ==> SYS_ID (PK), TESTER_NME_ID (FK),BEGIN_DATE, END_DATE
Table==> TESTER_NME
//////Fields==> TESTER_NME_ID (PK) , TESTER_NME
I want to write a query that gives me all the TESTER_NME. The crateria
is i have to look into table SYS_INFO to see between BEGIN_DATE and
END_DATE if the TESTER_NME_ID is null. If so then give me all the
TESTER_NME.
In other words, i want to know who(TESTER_NME) is availeable between
BEGIN_DATE and END_DATE (user will pass the date parameter).
Your response and suggestions would be greatly appreciated.
Thanks
Moe
are involved
Table ==> SYS_INFO
///////Fields ==> SYS_ID (PK), TESTER_NME_ID (FK),BEGIN_DATE, END_DATE
Table==> TESTER_NME
//////Fields==> TESTER_NME_ID (PK) , TESTER_NME
I want to write a query that gives me all the TESTER_NME. The crateria
is i have to look into table SYS_INFO to see between BEGIN_DATE and
END_DATE if the TESTER_NME_ID is null. If so then give me all the
TESTER_NME.
In other words, i want to know who(TESTER_NME) is availeable between
BEGIN_DATE and END_DATE (user will pass the date parameter).
Your response and suggestions would be greatly appreciated.
Thanks
Moe