Hi guys,
I have a problem with OnClick event procedure. I have a button and I want to execute query after clicking that button. Of course. And event I wanna execute is:
sSQL = "PARAMETERS [Forms]![frmOne]![cmbProvincia] Text ( 255 );" & _
"TRANSFORM Sum(product!price*sales!qty) AS Expr1" & _...