|
-
Mar 21st, 2002, 11:37 AM
#1
Thread Starter
Lively Member
SQL problems
I have a combo box with the following ControlSource:
"SELECT DBAbbrev FROM tblDB ORDER BY DBAbbrev"
I lists all entries in DBAbbrev from tblDB. How do I make an SQL that lists the string "All" on the top? For example:
I have:
Sel1
Sel2
Sel3
Sel4
Sel5
I need:
All
Sel1
Sel2
Sel3
Sel4
Sel5
Is this possible?
Thanks in advance,
Matt(+)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|