wordpress statistics
  • Today is Monday, February 6, 2012

4 Responses to “Find or Filter Data on Form”

  1. Sejuty says:

    it doesnt work

  2. The Example and Code is fully tested. Be specific on your issues perhaps I could help to sort it out.

    If you need a demo version of the example give your e-mail address.

    Regards,

  3. Elaine says:

    I’m trying to adapt this code to an excel form. the Debugger says me.filter.on is not defined. I am only using the pattern match button. Is there a difference in the tags in excel? Any idea what I need to do to define me.filter?

    I can send a sample file if that would help.

  4. The Syntax of Advanced Filter in Excel is like the sample code below:

    Range(“A1:J78″).AdvancedFilter Action:=xlFilterInPlace, CriteriaRange:= _
    Range(“L1:L2″), Unique:=False

    Range(“A1:J78“) is the database Range. Range(“L1:L2“) is the Criteria Range and Cell L1 will have the Field Name to look for data and L2 is the actual data to look for Like:

    CategoryID
    3

    Forward a copy of the Excel file to aprpillai@msaccesstips.com.

    Regards,

Leave a Reply

You must be logged in to post a comment.