Search results

  1. L

    What is syntax for sub subform's sourceobject?

    I have a main form that has a tabbed control on it. The tab control has a Feature tab that loads a generic feature form AND a subform specific to the particular feature type. MAIN FORM frmParkWithTab SUBFORM frmFeatureWithSubform SUB-SUBFORM frmFeatureSubform I use a table that contains 2...
  2. L

    Complex UNION query needs info from another table

    I'm fairly new to Access: Does anyone know how to connect the following information in query form? I have a table (park) connected to many feature tables via parkID (as a foreign key in each of the feature tables: sigh, fence, building, road, etc). parkID is a primary key in the park table and...
  3. L

    WHERE clause not finding specific record?

    Humble assistance requested: below is sub that attempts to update the current record with a concatenated value. ALL records are being updated rather than the record specied in the WHERE clause. Person who designed this db used non-standard table names etc. so there are lots of spaces to contend...
Back
Top Bottom