This sounds like a problem we encountered in the summer (with MI 4.5). We were
connecting to about 30 very similar Access queries (various parameter
combinations). Two would not work.

We fixed it by giving 2 similar field names aliases in the access queries :
field2:[table1].fieldname, field3:[table2].fieldname
eg : select [t1].f1, f2:[t1].f,f3:[t2].f from ....

I have absolutely no idea why this happened in only two cases (nearly all the
queries used fields of the same name from 2 tables, but only 2 failed).

I don't know if this is the same as your problem but you could try it.. Good
luck.

debbie


----------------------------------------------------------------------
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]

Reply via email to