RE: help with join syntax

2003-03-04 Thread Roger Davis
: Tuesday, March 04, 2003 4:58 PM To: Bob Ramsey Cc: [EMAIL PROTECTED] Subject: Re: help with join syntax Hi. This is not at all an answer to your problem, and perhaps you're already aware of my tip: I usually use phpMyAdmin and paste my SQL statements in there to see what is causing the

Re: help with join syntax

2003-03-04 Thread Bob Ramsey
At 03:57 PM 3/4/2003, Martin Ostlund wrote: I usually use phpMyAdmin Thanks for the tip. Unfortunately it isn't my server and they haven't finished installing phpMyAdmin on it yet. That's why I usually make odbc connections in access and build the queries graphically. But it just keeps cho

Re: help with join syntax

2003-03-04 Thread Martin Ostlund
Hi. This is not at all an answer to your problem, and perhaps you're already aware of my tip: I usually use phpMyAdmin and paste my SQL statements in there to see what is causing the error, and when it works you get a pretty good picture of how your "virtual" table looks like. Just my 2 cents.