Search results

  1. Z

    Syntax error in VBA Code

    HELP :banghead: I have this multi layered Cmd on click for filtering a Qry that keeps giving me a Compile errora: Syntax error message. Can some seasoned experts please read through and tell me where the mistake is? Private Sub AvancedSearchMailedBycmd_Click() OpenQry.[PostMailingFilterQry, "...
  2. Z

    Need help with VBA action

    This was helpful Gizmo! It got me here but still telling me an error is occuring Private Sub AvancedSearchMailedByPostcmd_Click() [DoCmd].OpenQuery(PostMailingFilterQry, , [acReadOnly]) = Me.Filter = "([PostMailingFilterQry].[PostName]= '[Forms]![DashboardFrm]![PostNameAdvSrchByPostcbo]')" And...
  3. Z

    Need help with VBA action

    I am in need of experienced eyes to make sense to why my VBA expression does not work :banghead:. I am attempting to string together three different query filters, that work correctly individually, to a command button. The three working expressions are: [PostMailingFilterQry]![PostName] Like...
  4. Z

    New to the Site and Always in need for Guidance!

    Greetings community! I am a certified Access user that only use the platform for occasional database development for work. Hopefully I don't make a fool of myself with questions, but absolutely down for a second pair of eyes when it comes to building VBA expressions. Currently located in the...
Back
Top Bottom