sameersabri
New member
- Local time
- Today, 13:57
- Joined
- Jan 14, 2016
- Messages
- 5
Hello friends!
I need to remove part of string from Table1, FieldName "Name", I can do it manually using parameter, but I want to paste the whole list at once, can you please guide me how to do this.
For example: from Field "Name" I want to delete (ac,bc,gc,dc,gg)
I use this function to do it manually: UPDATE Table1 SET Table1.Name = Replace(Name,[Enter your data],'');
many thanks,
I need to remove part of string from Table1, FieldName "Name", I can do it manually using parameter, but I want to paste the whole list at once, can you please guide me how to do this.
For example: from Field "Name" I want to delete (ac,bc,gc,dc,gg)
I use this function to do it manually: UPDATE Table1 SET Table1.Name = Replace(Name,[Enter your data],'');
many thanks,