Answered
Multiple tables with same field name
Hi, I have a query that is pulling a field called "Total"
from 20 different tables (Week1 - Week20). When I try to output the
results as #Week1.Total#, for example, I get an error saying that
Total is not defined in Week1. I also tried totalHours.Week1.Total
(totalHours is the name of my query), but get the same thing -
Week1.Total is not defined in totalHours. Please help!
Thanks!