Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by peladito

  1. peladito

    DoCmd.ApplyFilter. Main form and subform

    Sorry guys, the same error as before. The error that I’m getting is “the action or method is invalid because the form or report isn’t bound to a table or a query”
  2. peladito

    DoCmd.ApplyFilter. Main form and subform

    Hi! You are going to kill me, after I put that code it gives me a new error "you cant assign a value to this object
  3. peladito

    DoCmd.ApplyFilter. Main form and subform

    Hi, Thanks for the help. After I put Dim sCriteria As String sCriteria = "(Year([supplier_issuer_date])=Year(Date()) And DatePart(""ww"",[supplier_issuer_date],0)=DatePart(""ww"",Date(),0)) = " If Me.OpenedDateFilter = "Today" Then Me!Browse_All_Issues.Filter = sCriteria...
  4. peladito

    DoCmd.ApplyFilter. Main form and subform

    The error that I’m getting is “the action or method is invalid because the form or report isn’t bound to a table or a query”
  5. peladito

    DoCmd.ApplyFilter. Main form and subform

    I have a main form (search) that has an unbound combo box (name: OpenedDateFilter) on my main form that has the following list values. "Today";"This Week";"Last Week";"This Month";"Last Month". My subform (Browse All Issues) has a date field (supplier_issuer_date) that I want to filter. I know...

Part and Inventory Search

Back
Top