> >
> > I think we are not going to come to a conclusion on this topic. Lets agree to disagree. :)
> >
> > Regards
> > Tushar
>
> Absolutely. I realize that you and Mike, two esteemed MVP colleagues, are not merely hypothesizing about the problems with short table aliases in multi-table queries. You've really experienced confusion because of them, and my code samples may have contributed to it. I'm sorry.
>
> -Anders
Hey Anders
I'm not an MVP, but would like to be!
Single letter aliases are unfortunately very common. So many samples show it. I prefer to use them like abbreviations if I do use them. So rather than A, B, C for Customers, Sales, Invoices I'd use C, S, I at the very least. A, B and C require mental acrobatics to remember what each stands for.
Mike Yearwood