ch750536
03-05-2000, 01:28 PM
How do i make a control on my parent form to command the subform to go to a new record, leaving the main form on the current record?
|
View Full Version : Form->Subform,Newrecord navigation from parent. ch750536 03-05-2000, 01:28 PM How do i make a control on my parent form to command the subform to go to a new record, leaving the main form on the current record? dennyryan 03-08-2000, 09:31 AM I wonder if an alternative approach would be to use the command button wizard to add an Add New Record button on the subform. That should cause the subform to add the record and clear the form for the next input. I know it doesn't leave the button where you would like to place it but I don't know how that works either. Hoepfully, some smart person will chime in with the answer. Denny |