J
John
I have a comb box with the following select statement in
the "Row Source" property,
SELECT [Diagnosis].[Diagnostic_group] FROM [Diagnosis]
WHERE [Diagnosis].[Diagnostic_group] <> "Edit_list"
GROUP BY [Diagnosis].[Diagnostic_group]
This works great except for reports I want to allow the
user to be able to select "All". The Diagnosis table does
not include an "All" record. Is there a way to add
an "All" to the combox while still using my select
statement above, without adding "All" to the Diagnosis
table?
Thank you for your assistance. John
the "Row Source" property,
SELECT [Diagnosis].[Diagnostic_group] FROM [Diagnosis]
WHERE [Diagnosis].[Diagnostic_group] <> "Edit_list"
GROUP BY [Diagnosis].[Diagnostic_group]
This works great except for reports I want to allow the
user to be able to select "All". The Diagnosis table does
not include an "All" record. Is there a way to add
an "All" to the combox while still using my select
statement above, without adding "All" to the Diagnosis
table?
Thank you for your assistance. John