Rx_
Nothing In Moderation
- Local time
- Today, 10:41
- Joined
- Oct 22, 2009
- Messages
- 2,803
SQL using vbTab or space or ?
Lazy programmer, wants to put a tab in a SQL statement for a combo list box. I know how to use multiple columns. Is there a way to use Tabs in a SQL Statement?
Query builder:
Example 1:
MyList: [CityName] & " " & [STateAbbr]
outputs to Denver CO
Example 2:
MyList: [CityName] & vbTab & VbTab & [STateAbbr]
output to Denver CO
The vbTab does not work in example 2.
Is there a way to achieve the desited result?
Lazy programmer, wants to put a tab in a SQL statement for a combo list box. I know how to use multiple columns. Is there a way to use Tabs in a SQL Statement?
Query builder:
Example 1:
MyList: [CityName] & " " & [STateAbbr]
outputs to Denver CO
Example 2:
MyList: [CityName] & vbTab & VbTab & [STateAbbr]
output to Denver CO
The vbTab does not work in example 2.
Is there a way to achieve the desited result?
Last edited: