Search results

  1. J

    Filter Open Report

    I would like to add a button on the header of a report that will filter the text on the open report by what is in a control text box. Below is what I have tried but it is not applying the filter correctly and I am unsure of what I am doing wrong Private Sub btnFilter_Click() DoCmd.SetFilter ...
  2. J

    Fill Main form fields from subform record selector

    I have a form with a subform in it that keyword searches for records in a table that tracks assets. What I would like to do is be able to double click on the record selector in the subform and have it open the record/fill in the controls in the main form. I know I need to set the event on the...
  3. J

    Keyword Search with subforms

    I am really new to building access databases and using vbs and I have watched the how to from steve bishop on how to create a keyword search using subforms but for some reason it does not work for me and I am unsure where my mistake is. I have been able to get the search to function inside the...
Back
Top Bottom