Gracias por su apoyo
va el select
pdDate = DATE()
Tot = STR (MONTH(pdDate),2,0) + '/' + '01' + '/' + STR(YEAR(pdDate),4,0)
y me trae solo el 1 de cada mes en curso..
el select seria
select Sum(Total) from ventas where fecha >= CTOD (Tot)
Saludos
Luis.R.Acosta