Compare commits
2 Commits
c3ac192533
...
8af6d693c7
| Author | SHA1 | Date | |
|---|---|---|---|
| 8af6d693c7 | |||
| bf06be59e2 |
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user