G
Guest
I have a problem whereby I'm trying to move data from one field to another. This problem also pertains to data being added to a table.
Whenever there is a character such as " or | or ' that I am trying to put into the field, this causes problems. Everything else works fin
The method I have been using is the
Docmd.execute "UPDATE TABLE SET " ETC ET
There is also a problem when I us
rs.addne
rs!field="text including strange char such as |||
rs.updat
How do I get around this - do I have to rely on parameter queries
Thank
Adrian
Whenever there is a character such as " or | or ' that I am trying to put into the field, this causes problems. Everything else works fin
The method I have been using is the
Docmd.execute "UPDATE TABLE SET " ETC ET
There is also a problem when I us
rs.addne
rs!field="text including strange char such as |||
rs.updat
How do I get around this - do I have to rely on parameter queries
Thank
Adrian