N
Not_a_notes_fan
Hi All
If you can help with this please...
A drop down box, that works ok has the following SQL statement...
SELECT [ID] AS xyz_ID_xyz, [Charity] & ', ' & [Full Name of Charity] & ', '
& [Registered Charity No] AS xyz_DispExpr_xyz, [Charity], [Full Name of
Charity], [Registered Charity No] FROM [Charity Table] ORDER BY [Charity],
[Full Name of Charity], [Registered Charity No];
When the user selects an item from the list, instead of the charity name, it
displays the ID field (numeric value).
The statement was created by the drop down box wizard, so if you could
explain it, or even let me know if there are any bits that do not need to be
in there, it would be really great.
Thanks
If you can help with this please...
A drop down box, that works ok has the following SQL statement...
SELECT [ID] AS xyz_ID_xyz, [Charity] & ', ' & [Full Name of Charity] & ', '
& [Registered Charity No] AS xyz_DispExpr_xyz, [Charity], [Full Name of
Charity], [Registered Charity No] FROM [Charity Table] ORDER BY [Charity],
[Full Name of Charity], [Registered Charity No];
When the user selects an item from the list, instead of the charity name, it
displays the ID field (numeric value).
The statement was created by the drop down box wizard, so if you could
explain it, or even let me know if there are any bits that do not need to be
in there, it would be really great.
Thanks