Hey all... Does anyone know how Microsoft Access 2000 handles escaping apostrophes in SQL statements? I tried back-slashing (\') them out, but that didn't work (i.e, "insert into blah values(1, 'Bob', 'Bob\'s stuff')"). And since that didn't work, addslashes(), of course, didn't work either.
Thanks. Later... -Ari