Use a UNION query to define what is shown in the combo.
SELECT x, y, 1 As SortOrder FROM Table1
UNION (SELECT 0 As x, "Choose a status" As y, 0 As SortOrder FROM
MSysObjects WHERE [Name] = "Forms")
ORDER BY SortOrder
....but you'll need code in the AfterUpdate event to decide what to do when
the user makes a selection, because they can select "Choose a status".
Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia
(Currently in Japan)
Clarify what you have and what you want to do. "The combo box" and "the
instructions" don't tell us much, nor does "instead of using a test box". It
will surely save everyone some time and energy if you will explain instead
of having us guess.
Too cute, and may turn off people who would otherwise try to give you a
serious answer. For good suggestions on effective use of newsgroups, see the
FAQ at http://www.mvps.org/access/netiquette.htm.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.