Search results

  1. J

    Refreshing Form Data

    I have created a form with the following combo boxes: Senator Name, Committee, SubCommittee, and issue. Within this form the data displayed by the SubCommittee combo box is predicated by what is entered in the Committee box by using the following formula: SELECT SenateSubcommittee.SSC_Name...
  2. J

    Query is not reporting all results

    I am creating a database in order to log in the location of certain files based. I began by creating an entry form with fields for "Individual", "Committee", "SubCommittee", "Issue", and "Location". Once entered into the form, the data is stored in a table. While I managed to do this with...
  3. J

    Query is excluding needed information

    I have created a query showing locations of a company's facilities, and product groups associated with that facility. Unfortunately the the products groups are located in one column and, if the facility produces more than one product, the product group is divided by a |, as shown below: CABLE...
  4. J

    Query/Expression Assistance

    I have created a query based on two akwardly designed tables that ultimately relate a member of Congress to a specific Committee and Subcommittee. Unfortunately I cannot alter the tables, as I receive weekly updates from an external source. This being the case, once I have created the query...
Back
Top Bottom