Unmatched Records notification

So, what have you tried? Was it something like this?
Code:
If Me.TC1 > 1 Then
    Me.TC2.Visible = True
    Me.TC3.Visible = True
Else
    Me.TC2.Visible = False
    Me.TC3.Visible = False
End If
yes
 
And that didn't work?
It worked issue is text box is on dashboard and that form always stays open so the changes appear after i close and open Dashboard what i want is to changes to appear on dashboard without the need to open and close form
 

Users who are viewing this thread

Back
Top Bottom