K
KRISH
Hi everybody,
Please help me for the following
SELECT Applicant.[Applicant ID], Applicant.Session, Letters.Letter,
Letters.[Letter No], Letters.[Letter Dt], *
FROM Applicant INNER JOIN Letters ON Applicant.[Applicant ID] =
Letters.[Applicant ID]
WHERE (((Letters.[Letter Dt])=#12/15/2003#));
the above is the sample. Actual problem is when select few fields '*' at the
end of the selected fields is automatically adding and display all field of
the field. What the prob. please help me.
krish
Please help me for the following
SELECT Applicant.[Applicant ID], Applicant.Session, Letters.Letter,
Letters.[Letter No], Letters.[Letter Dt], *
FROM Applicant INNER JOIN Letters ON Applicant.[Applicant ID] =
Letters.[Applicant ID]
WHERE (((Letters.[Letter Dt])=#12/15/2003#));
the above is the sample. Actual problem is when select few fields '*' at the
end of the selected fields is automatically adding and display all field of
the field. What the prob. please help me.
krish