What kind of DB is it? I know that some .dbf files only allow an ODBC connection if the number of fields in the table is less than 255. This criteria may also include Joins...so if the sum of all the fields in your joined tables is greater than 255, you may see a problem...This is just a shot in the dark.