Search results

  1. J

    Filter or setting the RecordSource

    I have a form that shows my tblCompanies. I have a field in tblCompanies that sets the lngCompanyType (supplier, customer, etc.) Also on the form I have a "filter" comboBox (fltrCompanyType) that allows the user to filter by lngCompanyType. This works fine with the following code: Private Sub...
  2. J

    Open a new form based on a double click...

    Hi all, What is the best way to do the following: I have a form (Companies) with a subform (Contacts) in it. I would like to open up a new form (SingleContactInformation) that displays information for a record that was double clicked on the subform. I know that the code will have to be in...
Top Bottom