After a form or report is open, you can change the filter or sort order in response to users' actions by setting form and report properties in Visual Basic for Applications (VBA) code. For example, ...
Use the OrderBy property to specify how you want to sort records in a form. Read/write String. When you set the OrderBy property by entering one or more field names, the records are sorted in ...
A simple way to sort recordsets in Access using VBA kray28 Sep 16, 2003 Jump to latest Follow Reply ...
I can't believe how difficult this seemingly simple task has turned out to be. I need to be able to get a date value stored in an Excel spreadsheet (say, C Temp\file.xls) in cell B28, and put that ...