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 MikeeOK 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 BrianKconner

  1. BrianKconner

    Alphabetizing Excel Tabs in a workbook

    Thank you very much it worked!
  2. BrianKconner

    Alphabetizing Excel Tabs in a workbook

    Is there an easy way to Alphabetize Tabs in an Excel workbook without moving each tab manually?
  3. BrianKconner

    List Box Values in Query

    I am using a form to execute a query. I need for the Query to accept multiply selections in a list box as the criteria. How can I set this up? Currently this is what I have in the query's criteria field: Forms![FrmReports]![List0] Thanks
  4. BrianKconner

    Using ElseIIF and Between functions together

    I am trying to create a formula in a query that will test the value range of another field and assign a value to the expression field. For example: =IIF( [ATB]![AGE] =BETWEEN 0 AND 30,30) ESLEIFF( [ATB]![AGE] =BETWEEN 31 AND 60,60. Any help would be greatly appreciated......

Part and Inventory Search

Back
Top