Filter Records Code Needed

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

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