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(+)