I have a form in datasheet mode and its subform in datasheet mode also. When I hit enter after entering data in the last field of the main form I want the subform to automatically expand (now I have to click the '+' sign at the left of the record to expand the subform) and I want focus to shift to the first field in the subform. I've tried "sendkeys " ^+{down}" and the subform expands but the focus is sent to the first field of the next record in the main form. I'm sure there is a cleaner way to approach this that actually works!
Thank you.
Thank you.