RE: table join question

2005-03-29 Thread Kevin Cowley
I suspect 5.x.x is the same as 4.1.x which is 61 tables - dependent on processor. See an earlier posting of mine on the same subject. What they really need to do is replace the #define with a struct and some 'code' to interpret its contents then you could have any limit you wanted - provided you're

RE: Table join question

2002-02-12 Thread Rick Emery
show us your table structure show us your table values -Original Message- From: Barry J. Wiegan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 05, 2002 11:00 AM To: [EMAIL PROTECTED] Subject: Table join question Hi, I'm trying to build a query to solve a fairly simple problem. I ha

Re: Table join question

2002-02-05 Thread Christopher Thompson
On Tuesday 05 February 2002 9:59 am, Barry J. Wiegan wrote: > Hi, > > I'm trying to build a query to solve a fairly simple problem. > I have two tables (A and B) linked by a common ID. I want to > locate a specific record in A that is linked to two or more > records in B based on second field in B