Hi
Can anyone help me as im trying to put tabs between charcters in a query and I use Chr(9) for the tab but the tab goes to the end of the text.
I need the tab to be between the 2 arrows i.e.
Many Thanks
Can anyone help me as im trying to put tabs between charcters in a query and I use Chr(9) for the tab but the tab goes to the end of the text.
Code:
SELECT 'Tab-->'+Chr(9)+'<--Tab'
I need the tab to be between the 2 arrows i.e.
Code:
Tab--> <--Tab
Many Thanks