I have a form which lists outstanding jobs and the form is sorted by priority, most urgent at the top.
I have a combo box for changing the priority and after updating the combo box the form requeries.
I would really like to be able to return to the record I am updating. I have tried me.Currentrecord and Me.CurrentrecordID but cant get this to work.
The unique identifier is FarmAccountNumber and after changing the priority and requerying the form I would like the cursor to be in tbAccountName of the record that I had just changed.
Have been scratching my head for too long on this so all suggestions appreciated.
Neil
I have a combo box for changing the priority and after updating the combo box the form requeries.
I would really like to be able to return to the record I am updating. I have tried me.Currentrecord and Me.CurrentrecordID but cant get this to work.
The unique identifier is FarmAccountNumber and after changing the priority and requerying the form I would like the cursor to be in tbAccountName of the record that I had just changed.
Have been scratching my head for too long on this so all suggestions appreciated.
Neil