Hi there--glad it works for you, but it's really totally unnecessary. As you enter data into a record, it's going into the table. No need for a SAVE RECORD at all, it's already there. The data will be saved even if you do not hit that button. And as I said before, if you just navigate to the next (new) record using the navigation buttons, that'll work too. Maybe the issue is because you have all combo boxes, you are not tabbing thru form controls like a usual form has. Usually, a user enters data in text boxes and combo boxes, and uses the TAB key to move to the next control. After the last control on the form, if you hit ENTER or TAB key, since there are no more controls, it advances to the next record. Maybe since you are just picking from combo boxes and not using the TAB key as a normal course of action, that isn't happening for you. Which is as expected, just not what you want.
Check the TAB ORDER on your form, and make sure the combo boxes are in the right tab order. then another way you can advance to the next record is using the TAB key.
Glad it worked out for you.
g
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244