I am getting an error when I try to update records in my access database
问题 I have a small program that connects to an access database, and what I am trying to do is update(edit) a selected record via an edit form. When I execute my code, I get this error: System.Data.OleDb.OleDbException was unhandled Message=Syntax error (missing operator) in query expression '5346 S. Eubank blvd'. Source=Microsoft Access Database Engine ErrorCode=-2147217900 Needless to say, it is for the Address field.. Here is my code block: private void saveChangeBtn_Click(object sender,