i have a form that displays an employee name of the recordsource bound to the form. is there a way either with expressions or vba code to pull the employee name form the record that is one, two ahead of the current record and one, two behind the current record. basically so i can see the employee i'm viewing, plus what is behind, and what is upcoming. anyway possible.
thought about somehting like currentrecord-1 , +1 etc, but that just creates interger value, not an actual record position.
any thoughts
thought about somehting like currentrecord-1 , +1 etc, but that just creates interger value, not an actual record position.
any thoughts