How to find and edit field text in VBA without using SQL?

  • Thread starter Thread starter Andrew
  • Start date Start date
A

Andrew

Hi,

I need to find and edit a field in VBA, without using SQL.
The reason for this is because the field contains the apostrophe " ' ",
which messess SQL up. Therefore, I need to edit through the table directly.

Any help is appreciated.

Cheers
 
Back
Top