S
Stephen Martinelli
Can anyone tell me why this statement works with sql server with VB.net but
crashes
when run against a access mdb?....What do I need to change here guys?
Update tblInvoice set ar_totalPaid =
(select sum(r_amountpaid) from tbltempPmts ti where ti.r_InvoiceNo =
tblInvoice.InvoiceNo)
crashes
when run against a access mdb?....What do I need to change here guys?
Update tblInvoice set ar_totalPaid =
(select sum(r_amountpaid) from tbltempPmts ti where ti.r_InvoiceNo =
tblInvoice.InvoiceNo)