How does one open a form to new record (rather than first record in record set)?
I have a grid with several orders. The order ID (in the grid) has a linked field to the orderDetail form. Currently the default SC settings are when the link is clicked to open the form, the form is opened and the first record in the recordset is displayed.
I would like to open a form (using the modal window option) to add new record (order detail).
Thank You!