I have a Form with a Subform (continuous). The Subform displays rows of information, the number of which varies depending on values on the subform. Each row also has a button which is used to bring up another form with more detail for that row.
The trouble is that for some rows, no details are available, and I have a message box that informs the users of this after they click the button. I would prefer to disable (or make invisible) the button on the row based on the information in each row.
What event do I need to use to call my function to decide whether details are available and to hide or display the buttons?
Cheers,
The trouble is that for some rows, no details are available, and I have a message box that informs the users of this after they click the button. I would prefer to disable (or make invisible) the button on the row based on the information in each row.
What event do I need to use to call my function to decide whether details are available and to hide or display the buttons?
Cheers,