How to Calculate the Number of Days in two date and apply the UpdateRecordset
update_recordSet maSaleslisttbl
setting DaysCount = date2num(contract.parmStartDate()) - date2num(custInvoiceJour.InvoiceDate)
join custInvoiceJour where custInvoiceJour.OrderAccount == maSaleslisttbl.CustAccount;
*This post is locked for comments
I have the same question (0)