h (HSC) [mailto:[EMAIL PROTECTED]
Sent: Friday, July 16, 2004 12:51 PM
To: [EMAIL PROTECTED]
Subject: RE: Witango-Talk: Multiple Table Search Results
You'll have to use outer joins between your tables. It'll look something like:
FROM tblOne LEFT OUTER JOIN tblTwo ON tblOne.ID =
16, 2004 12:51
PM
To: [EMAIL PROTECTED]
Subject: RE: Witango-Talk: Multiple
Table Search Results
You'll have to use outer joins
between your tables. It'll look something like:
FROM tblOne LEFT OUTER JOIN tblTwo
ON tblOne.ID = tblTwo.ID LEFT OUTER JOIN tblThree ON
16, 2004 11:36
AMTo: [EMAIL PROTECTED]Subject: Witango-Talk:
Multiple Table Search Results
Hello, I have created a web app that basically goes from step 1 to
step 2 to step 3 etc... but you cannot go to step 2 without step 1 being
completed..etc I
would like to do a History report that al
Hello,
I have created a web app
that basically goes from step 1 to step 2 to step 3 etc... but you cannot
go to step 2 without step 1 being completed..etc
I would like to do a History
report that allows me to see which steps are complete and which steps remain
undone
I have 7 tables (each s