wiklendt
i recommend chocolate
- Local time
- Today, 13:04
- Joined
- Mar 10, 2008
- Messages
- 1,746
looks like you have a redundant asterix in there - i.e., there seem to be two in a row. you can either attempt to alter the string to fix it, or if the query works as is, and you've had enough (!) maybe you can leave it.
i'd personally try to fix it, but i'm OCD ;P
on my first attempt, i'd try changing that portion to:
Code:
& sText &[COLOR=Red] "*" & "*'[/COLOR] ORDER BY
on my first attempt, i'd try changing that portion to:
Code:
& sText [COLOR=Red]& "*'[/COLOR] ORDER BY
Last edited: