Hello There,
I am looking for some help or advice with the following use:
Can anybody have a look to this I am not able to show the Query result
Many thanks in advanced !!
Kindly Regards,
Koen
I am looking for some help or advice with the following use:
Code:
Dim strQuery As String
strQuery = "SELECT DISTINCTROW tbl_data_leverancier.ContractID, Sum(tbl_data_leverancier.[Hoeveelheid Bruto]) AS [Som Van Hoeveelheid Bruto] FROM tbl_data_leverancier GROUP BY tbl_data_leverancier.ContractID HAVING (((tbl_data_leverancier.ContractID)=[Forms]![frml_contract_lev]![ContractID2]));"
DoCmd.RunSQL strQuery
Me.som_nettogewicht.Value = strQuery
Can anybody have a look to this I am not able to show the Query result
Many thanks in advanced !!
Kindly Regards,
Koen