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")
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")