Query problem

S

Security

UPDATE HeaderSa SET ObsLitige = (SELECT [Client].[Obs] from HeaderSa
,client
WHERE [HeaderSa].[CodeClient]=[Client].[CodeClient] And
[HeaderSa].[TypeLitige] Like '*Client Bloqué*');

gives me the error message : 'memo field incorrect in the request'

the Obs ... fields are of memo type, what is the problem ??

thanks
 

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