Specify which record set

trackmedic

Registered User.
Local time
Today, 21:12
Joined
Aug 20, 2001
Messages
115
I have placed the following criteria in a query field

(([Total Worked]+[Total Rest])/24)

this query mixes two tables. in both tables, I have the "Total Worked" fields. How do I write the above criterial pulling "total Worked" from table two and not from table one?

Thanks in advance.
 
I have placed the following criteria in a query field

(([Total Worked]+[Total Rest])/24)

this query mixes two tables. in both tables, I have the "Total Worked" fields. How do I write the above criterial pulling "total Worked" from table two and not from table one?

Thanks in advance.

[Table1].[Total Worked]...etc.
 

Users who are viewing this thread

Back
Top Bottom