G
Gina
Hi
this is my update syntax and i get a syntax error
SQL = "UPDATE Invoice SET Invoive.InvoiceDate = '" & datum & "',
Invoive.InvoiceSum = " & FormatNumber(sum, 2) & ", Invoice.Tax= " &
FormatNumber(tax, 2) & ", Invoice.Total = " & FormatNumber(total, 2) & "
WHERE (Invoice.ID = " & id & ")"
please help
Thanks
Gina
this is my update syntax and i get a syntax error
SQL = "UPDATE Invoice SET Invoive.InvoiceDate = '" & datum & "',
Invoive.InvoiceSum = " & FormatNumber(sum, 2) & ", Invoice.Tax= " &
FormatNumber(tax, 2) & ", Invoice.Total = " & FormatNumber(total, 2) & "
WHERE (Invoice.ID = " & id & ")"
please help
Thanks
Gina