Applying a filter in macro

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • David Davis
    New Member
    • Mar 2008
    • 41

    Applying a filter in macro

    I created a macro command button on my form. When pushed it gives me only the records of that person. I want to add a filter to this macro command button to limit those records to present day. How do you do this.

    David
  • Minion
    Recognized Expert New Member
    • Dec 2007
    • 108

    #2
    Originally posted by David Davis
    I created a macro command button on my form. When pushed it gives me only the records of that person. I want to add a filter to this macro command button to limit those records to present day. How do you do this.

    David
    As we don't know what you're macro is currently it makes it hard to assist you. If you were to post your macro or convert it to VBA then post it we should be able to assist you.

    - Minion -

    Comment

    • David Davis
      New Member
      • Mar 2008
      • 41

      #3
      Originally posted by Minion
      As we don't know what you're macro is currently it makes it hard to assist you. If you were to post your macro or convert it to VBA then post it we should be able to assist you.

      - Minion -
      Minion,

      I have a action: open report
      Filtering: A individual's name
      With a where condition of: [Instructor]=[Forms]![Christine]![Instructor]

      I want to also filter by present date input as well. How do I add that to this macro.

      David

      Comment

      Working...