Same field name in two tables

  • Thread starter Thread starter cluckers
  • Start date Start date
C

cluckers

I am running a query that utilizes two joined table. One of the fields for my
query is Left([ACCT_NBR] ,3) AS Prefix. The problem is that both tables
have a field called [ACCT_NBR]. How do I designate which table it is coming
from. thanks
 
Back
Top