Hi
Using MS Access 2010. Total newbie. Avoid using VBA where possible, always use the macro builders/expression builder.
I have a source table with:
ID - autonumber (primary key)
Name - text
Then I have a subform which displays multiple names from the source table. When I ask that subform sort the information, it does so according to the ID number data, not the alphabetical order of the Names data.
Many names in the source table are repeated, so I cannot use the Name field as primary.
Thanks for any guidance, it's driving me crazy =)
Using MS Access 2010. Total newbie. Avoid using VBA where possible, always use the macro builders/expression builder.
I have a source table with:
ID - autonumber (primary key)
Name - text
Then I have a subform which displays multiple names from the source table. When I ask that subform sort the information, it does so according to the ID number data, not the alphabetical order of the Names data.
Many names in the source table are repeated, so I cannot use the Name field as primary.
Thanks for any guidance, it's driving me crazy =)
Comment