Hi all,
I am writing a SQL query in the TableAdapter Query Configuration Wizard and it includes a Subquery.
I have some parameters in my main query, and would like to have a parameter in the Subquery also. My query works up until the point where I add a parameter to the Subquery, when it stops...
Hi all,
So I'm familiar with the technique of using SQL to return the text values in an external table which are linked to my main table using Lookup fields as follows:
SELECT
MainTable.RecordId, SecondTable.RecordName
FROM
MainTable INNER JOIN SecondTable
ON
MainTable.SecondTableId =...
Hi all - first post and I hope I have the right section of the forum...
I have 3 seperate SELECT statements that I would like to combine into one. I have four Tables called "Client", "Letters", "Agreement" and "Rate", which are linked in that order via ID values. Rate also links to a number of...
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.