HI, I have probelm adding, updating and deleteing a record. Here is my code for adding . The error I get is:
Operation must use an updateable query.
Line 135: MyCmd.ExecuteNo nQuery()
I get same error for update and delete.
here is my code for adding:
MySQL = "INSERT INTO Property " & _
"(PropAddre ss, PropCity, PropSuburb, PropType,...