A
APH
Hi I have an unbound box - combo4 - in the hearder of a form which find data
based on the follows and displays the record
SELECT [tblOrganisations].[RecordId],
[tblOrganisations].[EstablishmentName], [tblOrganisations].[PostCode] FROM
tblOrganisations ORDER BY [tblOrganisations].[EstablishmentName];
This works Ok
Is it possible to modify this and have two button so that on button 1 can i
can the data as above in the unbound box, but on pressing button 2 I would
have the following
SELECT [tblOrganisations].[RecordId], [tblOrganisations].[PostCode],
[tblOrganisations].[EstablishmentName] FROM tblOrganisations ORDER BY
[tblOrganisations].[PostCode];
Thanks
Alex
based on the follows and displays the record
SELECT [tblOrganisations].[RecordId],
[tblOrganisations].[EstablishmentName], [tblOrganisations].[PostCode] FROM
tblOrganisations ORDER BY [tblOrganisations].[EstablishmentName];
This works Ok
Is it possible to modify this and have two button so that on button 1 can i
can the data as above in the unbound box, but on pressing button 2 I would
have the following
SELECT [tblOrganisations].[RecordId], [tblOrganisations].[PostCode],
[tblOrganisations].[EstablishmentName] FROM tblOrganisations ORDER BY
[tblOrganisations].[PostCode];
Thanks
Alex