Yes, that's where the problem lies. My tables (Customers, SalesManagers, Children) all have fields called RetailWeek1 (2,3,4,etc). So, saying:
!ResultRetailWeek1 = !AvgRetailWeek1 * !RetailWeek1
Doesn't work because RetailWeek1 exists in three tables. So, how can I reference exactly...