Hello All. I am looking for input on the presentation of data in a form.
The form details the customer record. A subform contains two tab controls. The first represents transactions. The second represents elements of the transaction.
Each customer can have a different number of transactions and different elements of the transaction may be applicable than were applicable to the previous customer. When the next customer record is accessed, focus should be set to the most current transaction.
The data is presenting correct as configured, however, the tab controls flicker as the data is requeried. The only things flickering are the two tab controls.
To this point, I have attempted to avoid the problem by hiding the elements tab control while the current record was updated. I also attempted to hide the transaction tab but could not because the focus was set on it. (The subform only contains the two tab controls.)
Thanks in advance for suggestions.
The form details the customer record. A subform contains two tab controls. The first represents transactions. The second represents elements of the transaction.
Each customer can have a different number of transactions and different elements of the transaction may be applicable than were applicable to the previous customer. When the next customer record is accessed, focus should be set to the most current transaction.
The data is presenting correct as configured, however, the tab controls flicker as the data is requeried. The only things flickering are the two tab controls.
To this point, I have attempted to avoid the problem by hiding the elements tab control while the current record was updated. I also attempted to hide the transaction tab but could not because the focus was set on it. (The subform only contains the two tab controls.)
Thanks in advance for suggestions.