Hi Everyone.
I'm trying to right a code to set the focus on a field in the last created record on a subform.
I have a subform and a listbox side by side.
I created a double click even that adds data from the listbox to the subform, but I still need to manually add more values.
So I wanted to set the focus on the next field in the subform on the last created record.
I tried
[Forms].[mysubform].[specificField].SetFocus but that didn't work
For sure I need to tell to go to last created record in the subform and them tell which field to set the focus.
Anyone has any ideas on how to go about this?
Thanks so much
Quico