Search results

  1. B

    trouble with running sum

    I have put it in the RequestID group footer as well as the MaterialName group footer.
  2. B

    trouble with running sum

    I have a report for displaying materials that have beens shipped. It displays: tblRequests.RequestID tblRequests.DateRequested tblRequests.NeededBy tblRequests.Company tblRequests.Name tblRequests.Address1 tblRequests.SecondaryUnitName tblRequests.Address2 tblZipCodes_N.City...
  3. B

    duplicate records in a report

    thank you I will try that
  4. B

    duplicate records in a report

    I have a table that stores records based on a category and subcategory. SOme contacts may be stored in more than one subcategory and still be in the same parent category. I want to be able to print off a label report that will eliminate these duplicates within the category. I think I should...
  5. B

    combo box query help

    Thank your for your help, it worked great.
  6. B

    combo box query help

    How would I go about setting up a form with a combo box listing all of the available options to search for on a particular field and then have the user click on a button to display the results in a subform? FOr example, I have a table of Categories and I want the combo box to list all of the...
  7. B

    Using a form as a parameter query

    I am trying to use a form that displays two options to search for information and then display the results in a table format directly beneath. Any help would be excellent. Thanks. Brian
  8. B

    combo boxes

    I have a form with two combo boxes that are related to each other. The first is a category list and the second is the subcategories. How do I make the subcategories drop down only display the entries that are related to the category drop down? Thanks in advance
  9. B

    Query to look like a form

    You do it the same way that you would do it for a table. The form would be bound to the query instead of a table.
Back
Top Bottom