Search results

  1. M

    Textbox on Subform as Query Criteria

    Hi, I'm trying to build a query to use as a filter in the DoCmd.OpenForm function. I have done this several times before, referencing values from forms e.g. Point To Field: LeadID Table: Lead Criteria: [Forms]![GridDisplay1]![LeadID] This filter is used in the procedure: DoCmd.OpenForm...
  2. M

    Error Handling VBA

    Hi all, I do not have much experience working with Error Handling code and therefore am running into quite a few problems in constructing this database. First off, I have a form (Form_GUI) where a user inputs information and then clicks "Ok" which executes a query (strQuery) and opens a...
  3. M

    Running Query & Displaying Results on Continuous Form

    Hi, I am trying to code for a query in vb that will be executed when a certain button is clicked, and the query results will open in a different continuous form...this code has worked in the past I'm not sure why it's giving me trouble now. When I click "OK" to execute the query I get a error...
Back
Top Bottom