Nov 17, 2006 #1 sawilliams Technical User Joined Aug 23, 2006 Messages 98 Location US I know that the # sign is a special character but is there any way to query it? I'm trying to pull all records with a "#" in it.
I know that the # sign is a special character but is there any way to query it? I'm trying to pull all records with a "#" in it.
Nov 17, 2006 1 #2 traingamer Programmer Joined Jun 18, 2002 Messages 3,270 Location US Code: ...WHERE (((OrderDetail.ItemNo) Like "*[#]*")); Greg "Personally, I am always ready to learn, although I do not always like being taught." - Winston Churchill Upvote 0 Downvote
Code: ...WHERE (((OrderDetail.ItemNo) Like "*[#]*")); Greg "Personally, I am always ready to learn, although I do not always like being taught." - Winston Churchill
Nov 17, 2006 Thread starter #3 sawilliams Technical User Joined Aug 23, 2006 Messages 98 Location US traingamer: Wow, so easy... only if you know the secret. Such a simple thing will be invaluable to me. Thanks! Upvote 0 Downvote
traingamer: Wow, so easy... only if you know the secret. Such a simple thing will be invaluable to me. Thanks!