albertkhor
Well-known member
- Joined
- Jan 12, 2006
- Messages
- 150
- Programming Experience
- Beginner
Why below code cannot work?
SELECT MobileTel1 FROM Contact WHERE (REPLACE(REPLACE(REPLACE(MobileTel1, '+', ''), '-', ''), ' ', '') LIKE '%" & phone & "%')"
SELECT MobileTel1 FROM Contact WHERE (REPLACE(REPLACE(REPLACE(MobileTel1, '+', ''), '-', ''), ' ', '') LIKE '%" & phone & "%')"