i tried this code but work only with first record
If Me.Memo1 = "Normal" Then Me.Memo1.Visible = False
If Me.Memo1 <> "Normal" Then Me.Memo1.Visible = True
If Me.Memo1 = "Normal" Then Me.Memo1_Label.Visible = False
If Me.Memo1 <> "Normal" Then Me.Memo1_Label.Visible = True
If Me.Memo2 =...
i tried this code but work only with first record
If Me.Memo1 = "Normal" Then Me.Memo1.Visible = False
If Me.Memo1 <> "Normal" Then Me.Memo1.Visible = True
If Me.Memo1 = "Normal" Then Me.Memo1_Label.Visible = False
If Me.Memo1 <> "Normal" Then Me.Memo1_Label.Visible = True
If Me.Memo2 =...
need to hide Field with "Normal"
the full report come like this
but i need to be like this
only the memo with "NotNormal" shold be shown
i have addeed the attachment file to apply the changes
thanks for help but my but sorry the example was The example is different
the full report come like this
but i need to be like this
only the memo with "NotNormal" shold be shown
i have addeed the attachment file to apply the changes
hi any help>
i want to genarate report that show only record which have "Not Normal"
if report Field contain text "Normal" then i dont want its shown in my report
if its NOT Normal then i want to see the the record
shold be like this :-