I have been tasked with compleating this conversion asap.
I have been removeing functions that use dlookup from the queries of an important DB.
I have so far halved the delay time by simply makeing one of the two main problems redundant.
Now I must use SQL to remove the other.
What I plan is to create is a query with a subquery
from [foo]
where
(
bar bar bar
) ????
join etc
How do I refer in the join to the sub query. ie what do I call it and how do I declar that...