Search results

  1. H

    Changing ResordSource of subform

    Hi Everyone, Please help with this small problem if you can. I would like to change the RecordSource of a SubForm, from a toggle selection in a master form. I know you can use Me.RecordSource = "" from within the subform, but does anyone know a command that can accomplish the same thing from...
  2. H

    Using Three Unbound Fields to Filter Form???

    Thank you for any assistance provided I have used the code posted, and I know the select statement is working(it didn't crash), but I need to then show the records of the form. Do I now use bookmarks?, (I did try the Me.Bookmark = rst.Bookmark command - didn't work). Any suggestions would be...
  3. H

    Using Three Unbound Fields to Filter Form???

    I am trying to use three unbound fields to filter a form. I Have the fields in the form header, and the rest of the form is bound to the necessary fields. I can us bookmarks and Findfirst to search on one fields using the code below. Dim rst As DAO.Recordset Set rst = Me.RecordsetClone...
Back
Top Bottom