=Format(DateValue(DateSerial(Year([cmbDate]),Month([cmbDate]),1)),"dd/mm/yyyy")
=Format((DateSerial(Year([cmbDate]),Month([cmbDate])+1,0)),"dd/mm/yyyy")
Still seems to be giving me all dates before the month aswell.
Did the format in the SQL string too, and still giving the problem.
Changed...