Have a form with 15 controls at the top, a subform and a listbox at the bottom of the form. EndUser can toggle from record to record using the record selectors.
The 15 controls at the top of the main form displays the major fields in the Contact table.
The subform allows the EndUser to enter data upon contacting the customers.
The Listbox displays 6 fields for every record from the Contact table - LastName,FirstName,Phone, Address,PurchaseDate,and PurchaseAmt.
Objective: Allow the EndUser to highlight a record in the listbox and display the appropriate controls at the top for the highlighted record.
Currently, as I select each record, the controls at the top of the form are not synched. Only the Phone number changes but all of the remaining fields stay the same.
Did try to alter the bound column but still not synching the selection in the listbox with the 15 controls.
Greatly appreciate some advice as to a solution.
The 15 controls at the top of the main form displays the major fields in the Contact table.
The subform allows the EndUser to enter data upon contacting the customers.
The Listbox displays 6 fields for every record from the Contact table - LastName,FirstName,Phone, Address,PurchaseDate,and PurchaseAmt.
Objective: Allow the EndUser to highlight a record in the listbox and display the appropriate controls at the top for the highlighted record.
Currently, as I select each record, the controls at the top of the form are not synched. Only the Phone number changes but all of the remaining fields stay the same.
Did try to alter the bound column but still not synching the selection in the listbox with the 15 controls.
Greatly appreciate some advice as to a solution.