Microsoft
Software
Hardware
Network
Question : Combo Box display text vs. actual text
I have 3 combo boxes that are populated using the names of the columns in a database. I was wondering if I could somehow change the displayed text in the combo. So instead of the user seeing:
TenantName
City
FRorCorp
AskCAP
They would see:
Tenant Name
City
Franchise or Coporate
Asking CAP
The code I am using to populate the combo boxes is
SELECT a.TenantName, b.City, c.FRorCorp, d.AskCAP FROM tblTenants a
This is being use for a pop up filter
Thanks
Answer : Combo Box display text vs. actual text
You can use output column names:
SELECT a.TenantName AS [Tenant Name], b.City, c.FRorCorp AS [Franchise or Coporate], d.AskCAP AS [Asking CAP] FROM tblTenants a
Random Solutions
Unhandled exception when adding edit box
New user can't log on to Terminal Server
How do I use an array in Microsoft Access?
Incorrect syntax near 'MyReportServerTempDB'. (rsRPCError)
TMG/ISA 2006 - Kerberos Authentication Issues
MS Acess
NSLOOKUP
Outlook is trying to connect to exchange server...
Allow users to change password using IIS
I have created a global distribution group - it opos up twice in the GAL - one is the group that shows the contacts - but it shows another exact name of the group (there is only one ion AD) with NO us