[AccessD] Disabling an Option Group

Stuart McLachlan stuart at lexacorp.com.pg
Sun Jan 14 14:37:03 CST 2024


Godd call. 
You always need a construct such as

Private Sub Detail_Paint()
    If Num1 = 6 Then
        Text3.BackColor = &H666666
    Else
        Text3.BackColor = &HFFFFFF  
    End If
End Sub

when doing something with individualn rows in a continuous form or report.
to avoid incorrect results. 


On 14 Jan 2024 at 14:18, John Colby wrote:

> Rocky, is the field true for every record?  It feels like there should
> be an else which sets enabled to true.
> 
> Did you watch the youtube video for that part where the presenter
> discussed what he was doing.
> 



More information about the AccessD mailing list