Search results

  1. U

    AutoRequery function works in 2003 but not 2007

    Found the problem... I finally tracked down the problem. It was in the Requery function. The code that was causing all of the grief was the following which was to setup the ability to count the matching records: Me.RecordSource = strFullSQL The Fix: Dim rst As Recordset Dim db As Database...
  2. U

    AutoRequery function works in 2003 but not 2007

    I am using 2007 with Windows XP Pro. My database is a music database. I have form with a subform. The purpose of the form is to display records in the subform that match the selections in the main form. The main form has unbound listboxes for Music Category, Media Type, and 11 checkboxes to...
  3. U

    Complex form navigation

    I have a main form with two subforms. One of the subforms in turn has three subforms. It is a music database. The main form has title information, one subform has the group/artist. The other subform has song information (side, track, title running time) and subforms for performer, composer...
Back
Top Bottom