Hello all its me again,
quick easy one this time i want to use this code its self explanatory at what it does
If Me.Company_Repeat.Value = "Yes" Then
Me.lblDelete.Visible = True
Else
Me.lblDelete.Visible = "false"
End If
"Company_Repeat" is a yes no box
i need to know what event to add this to so when the record is loaded it runs this code i have tryed it on Current, load and after update how ever the lbl does not show
please advise
i also want to do a similar thing for the flag company but im guessing same code for that XD
quick easy one this time i want to use this code its self explanatory at what it does
If Me.Company_Repeat.Value = "Yes" Then
Me.lblDelete.Visible = True
Else
Me.lblDelete.Visible = "false"
End If
"Company_Repeat" is a yes no box
i need to know what event to add this to so when the record is loaded it runs this code i have tryed it on Current, load and after update how ever the lbl does not show
please advise
i also want to do a similar thing for the flag company but im guessing same code for that XD