Filter Records Code Needed

  • Thread starter Thread starter Dave Elliott
  • Start date Start date
D

Dave Elliott

I need a filter for my form TimeCards that has a sub-form on it named
FTimeBillingSub with a control on it named BillPer
If BillPer IsNull, then show all TimeCards
Tried the below code, it did not work.

DoCmd.ApplyFilter "", IsNull("Forms!FTimeBillingSub!BillPer")
 
Back
Top