Compare commits

...

2 Commits

View File

@@ -7595,7 +7595,7 @@ repeatRequest:
.ClearSelection()
.SET_SQL("Select [supplier], [completed], sum(ds_total) As DS, sum(ds_count) As DS_importiert, FROM [VERAG].[dbo].[tblMDMEinarbeitung]
where cast(invoicedate as Date) = '" & dtp_MDM_Einarbeitung.Value & "'
where cast(invoicedate as Date) = '" & CDate(dtp_MDM_Einarbeitung.Value).ToShortDateString & "'
group by [supplier], completed", "FMZOLL")
.LOAD()