VBA - report filter

  • Thread starter Programmer - wannaB
  • Start date
P

Programmer - wannaB

Please get me started here. I am attemptng to use VBA to set a filter and
turn it on based on criteria from a field on another sub report, and this is
as far as I have goten so far>>>
Private Sub Detail_Print(Cancel As Integer, PrintCount As Integer)
if(Report.[rbFP<1 Nova].FHDate=year(now()),
End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top