Button in Master Form to add new records in Detail Form

Hi Friends,

I have a Master (form) / Detail (editable grid view) Form.

I have a button on the Master Form. And when I press this button, I want

  1. Check the entries on the master form if they are valid or not.
  2. if they are valid, I want the form to “ADD NEW” records on the “Detailed” form.

Is it possible to do this without having to press “Add New” button on the detailed form?

Thanks,

Capecode

Not in this construction. In this case you could consider to make a modal form to popup on your button.