G
Guest
Hi!
I have this SQL statment that doesn't work:
UPDATE TAB3 INNER JOIN TAB4 ON TAB3.User = TAB4.USER_ID SET TAB3.[User] =
[TAB4].[USER_ID]
WHERE ((([TAB4].[INFO_MASTER]) Like "*__47__displayName=TAB3.[Display
Name]*"));
My Tab3 table have 2 colunms: User; Display Name
My Tab4 table have 2 columns: Info_Master; User_id
I want to update the Tab3.user with the Tab4.User_id where the Tab3.Display
Name is in the Tab4.Info_Master. But doesn't work.
This Info_master is a memo field that has lot of information, and I konw
that inside it has the text that i'm looking for.
Any help?
I have this SQL statment that doesn't work:
UPDATE TAB3 INNER JOIN TAB4 ON TAB3.User = TAB4.USER_ID SET TAB3.[User] =
[TAB4].[USER_ID]
WHERE ((([TAB4].[INFO_MASTER]) Like "*__47__displayName=TAB3.[Display
Name]*"));
My Tab3 table have 2 colunms: User; Display Name
My Tab4 table have 2 columns: Info_Master; User_id
I want to update the Tab3.user with the Tab4.User_id where the Tab3.Display
Name is in the Tab4.Info_Master. But doesn't work.
This Info_master is a memo field that has lot of information, and I konw
that inside it has the text that i'm looking for.
Any help?