Apostrophes in table data

D

Dennis

In Access2002, if I want to allow apostrophies in table data, how can I code
my VBA to allow for that in the "recset.open" command? Sorry to ask such a
n00b question, but it's never come up for me before now.

Thanks for any insight in how to do this.
 
J

John W. Vinson

In Access2002, if I want to allow apostrophies in table data, how can I code
my VBA to allow for that in the "recset.open" command? Sorry to ask such a
n00b question, but it's never come up for me before now.

Thanks for any insight in how to do this.

There's nothing particular about the Open method that would be impacted by
having apostrophes in your field data. What specific problem are you having?

The only concern would be that any query criteria need to be delimited by "
rather than by '.


John W. Vinson [MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top