I am using the following SQL as a RowSource for a combo box on a form.
"SELECT LAN, TenantName as [Tenant Name], ShopNum as [Shop] FROM
qTenantSelect "
The field 'ShopNum' is a text field and has a caption property set to 'Shop
Number' in the table design.
In the combo box though, I want to use 'Shop' as the heading (to save width)
as shown in the SQL above.
But the combo shows 'Shop Number' as a heading in form view.
I thought that the 'As Shop' would have done what I wanted, but looks like
I'm wrong .... yet again.
Can anyone help?
--
Bob Darlington
Brisbane
"SELECT LAN, TenantName as [Tenant Name], ShopNum as [Shop] FROM
qTenantSelect "
The field 'ShopNum' is a text field and has a caption property set to 'Shop
Number' in the table design.
In the combo box though, I want to use 'Shop' as the heading (to save width)
as shown in the SQL above.
But the combo shows 'Shop Number' as a heading in form view.
I thought that the 'As Shop' would have done what I wanted, but looks like
I'm wrong .... yet again.
Can anyone help?
--
Bob Darlington
Brisbane
Comment