I have an invoice form with a subform that contains the detail lines of parts ordered (from table tbldetail). In the main form I add a new part number to the invoice, which is then subjected to edit tests, then added to tbldetail. The problem I have is that I would like to have the subform automatically scroll down to view the last part entered instead of staying at the beginning of the table. That way the user could see that the part was added to the table. I really don't want the user to have to manually scroll down. I've tried the MOVELAST command but that didn't work. I can get this to work by using the SENDKEYS command to set focus to the subform, then do a CTRL-Down. Is there a better way to do this without having to set focus to the subform?
Thanks.
Thanks.