Hi All, I have a form with a tab ctrl with 5 tabs that I want to highlight the entire row when any tab is selected. Each tab is a subform. On the main form I have a hidden txt box holding the Part Number value which is also on all 5 tabs in the tab ctrl. In the Form_Current event of each subform I have:
Forms!frmBaseRouteAssignment!txtCurPartNumber = Me.txtPartNumber
This work in selecting the same record on each tab ctrl. I want to highlight the enitire row. I have been playing with the Conditional Formating in the subforms and have one of the subforms working but not the last 4.Any suggestions on where to look?
Thanks!!!
Joel
Forms!frmBaseRouteAssignment!txtCurPartNumber = Me.txtPartNumber
This work in selecting the same record on each tab ctrl. I want to highlight the enitire row. I have been playing with the Conditional Formating in the subforms and have one of the subforms working but not the last 4.Any suggestions on where to look?
Thanks!!!
Joel