Microsoft
Software
Hardware
Network
Question : Problem with SQL syntax
I want to create a combo box with the source from a table but I want to insert an item at the top of the list. eg.
(None)
Item 1
Item 2
Item 3
etc.
I've done it many times in the past, but forgotten the syntax.
Thanks in advance.
Answer : Problem with SQL syntax
You would use a union query:
Select "(None)" From SomeTableName
Union
Select AField FromYourTableName
The Number and data type of the fields must match in each select statement.
Random Solutions
How do I send a Report as a .pdf Document?
Error opening DTS Package in SQL 2008 SSMS
Medium date in text field need to sort in query
Hidden user on login screen windows 7 help ?
sound driver
Multiple Asset tracking per month / Per year
Automatically update Org Chart when DB is updated
ODBC tables connecting on startup
Basic Form Question
Is there a way of reverting from Windows 7 back to Windows XP? I have a Windows.old folder that has saved all of the main Windows XP folders