Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kathyrich1

  1. kathyrich1

    Combo Boxes

    The data is user defined. It will not have a default value. Any more suggestions?
  2. kathyrich1

    Combo Boxes

    I have 4 combo boxes on my forms that are bound to the table the form is built on. Problem... I need the combo boxes to keep the data selected and not clear when the user tabs through the records. Also, I need the data to stay until user selects something else in the list, even after the form...
  3. kathyrich1

    Query to calculate percentage of field containing value`

    Need help with this expression: SELECT Count ([Field_Name]) / Count(*) As PercentOfField_Name From Table_Name - This expression was sent to me by a Microsoft tech support engineer, but it is not working. What I need is to calculate the percentage of records that include a value in the Field_Name...

Part and Inventory Search

Back
Top