I have a string with the criteria in a select query (source of another) something like "[Table].Field1 <> 'X' and [Table].Field2 <> 'XX'".
I'm not able to make the query through code, 'cos It's a part of a second query, and that part of another... I try to make a function who pass the...
Hi
I have two querys:
qry1: (Multiple records)
ProductName
TotalFixCost
qry2: (only total: 1 record)
TotalUnitsProduced
I need to determine the fix cost of each product:
TotalFixCost(Each Product)/TotalUnitsProduced
Here is the problem: there's not relationship between the tables and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.