Search results

  1. R

    Hide Record from Report

    thank to all its solved
  2. R

    Hide Record from Report

    Thanks alot can i remove these empty plank lines "red" to get more space for printting perpose
  3. R

    Hide Record from Report

    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 =...
  4. R

    Hide Record from Report

    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 =...
  5. R

    Hide Record from Report

    its not work i tried
  6. R

    Hide Record from Report

    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
  7. R

    Hide Record from Report

    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
  8. R

    Hide Record from Report

    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 :-
Back
Top Bottom