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
Service is not saving the start parameter
The database has been placed in a state by user admin on XXX that prevents it from being opened or locked
Connect VB6 to SQL 2008
Access VBA Help for Form Movement
Microsoft Office Access can't open the file...
Access 2007 Switchboard Error 2950
Debug Assertion Failed...Help
How do I suppress default click behaviour on hyperlink field on form?
How to change excel chart tooltip-text
How many user can work in a Visual Foxpro 9.0 application at the same time