abbaddon223
Registered User.
- Local time
- Yesterday, 16:03
- Joined
- Mar 13, 2010
- Messages
- 162
Hi,
I'm hoping someone could help me please? I'm really stuck with this one...
I have a table called: "tb_special_characters" with a field name [character]. In this table are values that I would like to remove from fields in another table ("tb_data", field name [Title]
The values in the "tb_special_characters" are thinks like
.
@
}
I'd like to run a query on tb_data.title that would replace any matching characters in tb_special_characters.character with nothing (I remove and close any spaces).
can this be done?
thanks,
Phil.
I'm hoping someone could help me please? I'm really stuck with this one...
I have a table called: "tb_special_characters" with a field name [character]. In this table are values that I would like to remove from fields in another table ("tb_data", field name [Title]
The values in the "tb_special_characters" are thinks like
.
@
}
I'd like to run a query on tb_data.title that would replace any matching characters in tb_special_characters.character with nothing (I remove and close any spaces).
can this be done?
thanks,
Phil.