Hello,
let's say we have a table in Access with two fields: MyName, MyArea.
This is probably a very newbie question (but we all have to learn sometime) - what I would like to achieve is:
(- get the records from db with an SQL query)
(- put them in a recordset)
- then display existing areas with respective names in alphabetical order.
I know how to do this in general (by calling every area individually and then displaying the records that belong there), but I would very much prefer a simpler, shorter solution... I am almost sure it exists. Thanks for your help!
let's say we have a table in Access with two fields: MyName, MyArea.
This is probably a very newbie question (but we all have to learn sometime) - what I would like to achieve is:
(- get the records from db with an SQL query)
(- put them in a recordset)
- then display existing areas with respective names in alphabetical order.
I know how to do this in general (by calling every area individually and then displaying the records that belong there), but I would very much prefer a simpler, shorter solution... I am almost sure it exists. Thanks for your help!