Click here to Skip to main content
15,878,809 members

Comments by T Gorman (Top 1 by date)

T Gorman 1-Apr-19 20:00pm View    
Can you be more specific? I've tried various code to make it work e.g.

cmd = New OleDbCommand("UPDATE * From Usysreportname", cnnOLEDB)
Str = "UPDATE() UsysReportName SET ReportName =" & ReportName
cmd.ExecuteNonQuery()

You infer I'm mixing up SELECT and UPDATE statements. Could you specifically quote the correct code please?