albertkhor
Well-known member
- Joined
- Jan 12, 2006
- Messages
- 150
- Programming Experience
- Beginner
SQL = "SELECT Location FROM PropertyLocation WHERE UPPER(PropertyLocation_Desc) = '" & location.ToUpper & "'"
When i try to execute error msgbox pop up: Undefined function 'UPPER' in expression. Is that because UPPER cannot use in Oledb?
When i try to execute error msgbox pop up: Undefined function 'UPPER' in expression. Is that because UPPER cannot use in Oledb?