I get a syntax error while trying to update a datatable using this syntax string:
"SELECT * FROM ClientContacts WHERE MembershipID = '" & stringVariable & "' "

I can't figure out what is wrong with it