Avatar of João serras-pereira
João serras-pereira
Flag for Portugal

asked on 

sorting a list of record in a subform

On my app I have a form/subform which are bound and linked. Is it possibleto, on load, ensure that the subform shows the records sorted by a field, without going through defining recordsets and using straight SQL? For filter one record is just defining a filter and set form.filter = string and then set it to true. But for sorting?
Microsoft AccessVBA

Avatar of undefined
Last Comment
Dale Fye

8/22/2022 - Mon