I have a Subform that shows records from a temp table, every record has a checkbox , an ID and a combo box for outcome. All the records with checked checkbox go to a tracking table on click of OK button on the main form.
What I want to do is if a record has been selected then user must select an outcome as well. I am getting this done by setting a recordset on temp table and I am showing the message to user to select an outcome ….I want to setfocus on the particular record on subform which has missing outcome.
I did try to use setfocus method but control remains on the record where it was before I hit OK.
How can I do it?
Thanks in advance