C
Chris
Hi
Any way to convert a query to vba code, run the query and put the result
into a variable or a control? The query would be a simple SELECT query
calculating a SUM of another query. In other words, my query I want to
convert to vba, only has one calculated field.
eg.
SELECT DISTINCTROW Sum([Query1].[Sub Total]) AS [Sum Of Sub Total]
FROM [Query1];
TIA
Regards
Chris
PS! I apologize if I'm posting in the wrong forum, where else?
Any way to convert a query to vba code, run the query and put the result
into a variable or a control? The query would be a simple SELECT query
calculating a SUM of another query. In other words, my query I want to
convert to vba, only has one calculated field.
eg.
SELECT DISTINCTROW Sum([Query1].[Sub Total]) AS [Sum Of Sub Total]
FROM [Query1];
TIA
Regards
Chris
PS! I apologize if I'm posting in the wrong forum, where else?