I have a form with a dropdown for quicker navigation of records in a form. It is based on the table the form is bound to. When the value is changed (i.e. click on dropdown, select an entry), it should then jump to the correct record.
Access 2007 has the action ‘SearchForRecord’ which does what I want. However, Access 2003 does not have this. How can I perform this task in Access 2007?
Was a lot simpler than expected, used DoCmd.ApplyFilter.