J
John Keith
I wich to create a form/subform that has...
* Left half of the form showing a complete list of employee names and
positions (sortable via ordering on either name or positon field)
* Right half of the form showing the detail fields for the current row on
the left.
This combines a quick find and click style of locating a record to update in
one form.
I started by making the right-half a Singleform view to the details data.
Then making the left-half a sub-form linked (I tried making it a continuous
form, but linking the master/child fields forced only the one matching record
to show on the left.
By deleting the master/child link fields, The form looks right, but now I
need to enforce the two halves to stay synced-up.
Is there a way to use the record number(s) (that shows in the navigation
bars) to cause each to sync to the other as either the left or right half is
changed?
What is the property that represents this record number?
What is the event that fires when the record number is bumped (Im thinking
it would be "Current" for the left half, but for the continuous form too?)
* Left half of the form showing a complete list of employee names and
positions (sortable via ordering on either name or positon field)
* Right half of the form showing the detail fields for the current row on
the left.
This combines a quick find and click style of locating a record to update in
one form.
I started by making the right-half a Singleform view to the details data.
Then making the left-half a sub-form linked (I tried making it a continuous
form, but linking the master/child fields forced only the one matching record
to show on the left.
By deleting the master/child link fields, The form looks right, but now I
need to enforce the two halves to stay synced-up.
Is there a way to use the record number(s) (that shows in the navigation
bars) to cause each to sync to the other as either the left or right half is
changed?
What is the property that represents this record number?
What is the event that fires when the record number is bumped (Im thinking
it would be "Current" for the left half, but for the continuous form too?)