Search results

  1. S

    Quick question DoCmd.OpenTable

    Trying to open a table I have populated through code... Cant figure out why it is snarking at me that it wants an = sign for this command? DoCmd.OpenTable(strTable, acViewPivotChart, acEdit) Anyone have an idea?
  2. S

    Create a count of records that were "open" during a given time period in the past

    Create a count of records that were "open" during a given time period in the past I posted this in the "queries" forum, but I'm thinking it's going to need some code work and you guys are the best: Here's the setup: This is a DB of product development records. The date the project is first...
  3. S

    Query to display count of "open" records in the past

    Here's the setup: This is a DB of product development records. The date the project is first entered is stored, as well as every date that an update is made. There is an open/closed flag on each record as well. I need to create a trend chart that will show how many development projects were...
  4. S

    Create New record from From - Object Required Error

    Hey all. I am trying to use a form to search/add records. Using a combobox notinlist event, if a user enters a division that does not currently have a record in the database, the code should ask if they want to add it, and then take the data from the form and create a new record. I get an...
Back
Top Bottom