i like to use a main form that has read-only display and a sub-form that
uses the same table for editing the data. when clicking on the command
button that opens the sub-form the record that is displayed on the sub-form
goes back to the first record (not synched with the main form). how do i
synchronize the current record on the main form with the sub-form. thanks.
uses the same table for editing the data. when clicking on the command
button that opens the sub-form the record that is displayed on the sub-form
goes back to the first record (not synched with the main form). how do i
synchronize the current record on the main form with the sub-form. thanks.
Comment