Search results

  1. L

    Need assistance creating a specific query

    And the error message I'm receiving is: Syntax error (missing operator) in query expression 'tblProductOpportunity.ProductID = tblFLSFeedback.ProdOpp 1 Or = "",
  2. L

    Need assistance creating a specific query

    Didn't have any luck with that one. I believe they are cascading combo boxes if that helps at all?
  3. L

    Need assistance creating a specific query

    I wasn't able to have any luck with that one Gina, I have placed in code that looks like this: SELECT tblFLSFeedback.*, tblProductOpportunity.ProductName, tblSalesOpportunityType.SalesOppType, tblProductOpportunity_1.ProductName, tblSalesOpportunityType_1.SalesOppType...
  4. L

    Need assistance creating a specific query

    Thanks for your speedy reply. Where would be the best place to the Or Is Null statement in the coding?
  5. L

    Need assistance creating a specific query

    Hi there, I was hoping someone can help me create a specific query. The data i'm trying to capture is basically from 5 combo boxes which have corresponding selections. But what I need to do is even if options 2-5 aren't filled out I still need to capture the details. I have the beginning of code...
Back
Top Bottom