If Month(Now) > 3 Then
iii = Day(Now) & "/" & Month(Now) - 3 & "/" & Year(Now)
Else
iii = Day(Now) & "/" & 12 + Month(Now) - 3 & "/" & Year(Now) - 1
End If
Data1.RecordSource = "select * from spostamenti where data < '" & _
iii & "' and cd <> 1 order by nomemerce order by numero order by azione"
Data1.Refresh
mi sapete dire perchè non funziona .... mi dice errore di sintassi order by errata