I have a continuos subform (frmEvSubform) showing a list of events in a table (tblEv), and one of the records is the date of the event (EvDate). The continuous form is ordered by date (ascending).
What would be the code to add a button to move the focus to the event closest to today's date?
I'd like to keep the order of the events the same as it is now (ascending), just "move" the entire list up so the event shwon at the top is the one closest to today.
Thanks!
What would be the code to add a button to move the focus to the event closest to today's date?
I'd like to keep the order of the events the same as it is now (ascending), just "move" the entire list up so the event shwon at the top is the one closest to today.
Thanks!