P
Phlip
Van said:Select Fruit from X Union Select Fish from X
ORDER BY [Fruit]
The ORDER BY clause will order the result (rows) of the Union.
Here's a new question.
Suppose I go to see the Wizard, if I only had a ComboBox bound to a table.
The Wiz builds me one, and it Selects whatever from whatever. And it works.
Now I go to see the little man behind the curtain, and edit the ComboBox's
props and change the RowSource from that Wizard-generated select statement
to
Select Fruit from X Union Select Fish from X
Now it no worky. The ComboBox seems to have enough rows for the data I
expect, but no data appears.
What's up with that? Do I need to put [] around everything?