Re: Witango-Talk: Multiple Table Search Results

2004-07-16 Thread Stephen Su
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 =

RE: Witango-Talk: Multiple Table Search Results

2004-07-16 Thread Robert Shubert
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

RE: Witango-Talk: Multiple Table Search Results

2004-07-16 Thread Wilcox, Jamileh \(HSC\)
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

Witango-Talk: Multiple Table Search Results

2004-07-16 Thread Cecilia Cos
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