J
Jim
Hi,
I have a combobox based on query that extracts a list of
all the countries we have imported from. I want to add an
option at the top of this (in the combobox) that says "All
Countries", but I don't know how to do the SQL... this is
what I have tried but it doesn't work:
SELECT DISTINCT [Imports].[Country] FROM [Imports] UNION
ALL SELECT "All Countries" FROM "All Countries";
Anyone know how I should be doing it???
Thanks loads,
Jim
I have a combobox based on query that extracts a list of
all the countries we have imported from. I want to add an
option at the top of this (in the combobox) that says "All
Countries", but I don't know how to do the SQL... this is
what I have tried but it doesn't work:
SELECT DISTINCT [Imports].[Country] FROM [Imports] UNION
ALL SELECT "All Countries" FROM "All Countries";
Anyone know how I should be doing it???
Thanks loads,
Jim