1 2 3 4 5 6
| Sql = "select MAX([Demandé le]) as MaxDemande,[Demandé par],[Txx-xxxxx],[Référence pièce Timex],[Description pièce TIMEX],[Description],"
Sql = Sql & "[Type],[Quantité],[URGENT],[Fait],[Durée d'usinage UPH-2],[Durée d#usinage UP32j] "
Sql = " from [2015$A6:J500] where [Txx-xxxxx]='" & Me.ComboBox1.Text
Sql = Sql & "' and [Référence pièce Timex]='" & Me.ComboBox2.Text & "' and Description='" & Me.ComboBox3.Text & "' "
Sql = Sql & "Group By [Demandé par],[Txx-xxxxx],[Référence pièce Timex],[Description pièce TIMEX],"
Sql = Sql & "[Description] , [Type], [Quantité], [URGENT], [Fait], [Durée d'usinage UPH-2], [Durée d#usinage UP32j]" |
Partager