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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. alkfhk

    Using GROUP BY with a Compound Query

    Anyone knows how to put a GROUP BY under a compound query? It means that 2 queries joined by UNION and GROUP BY at the end of the 2 queries instead of GROUP BY each of them individually. Pls refer to the following example! Select COL1, COL2, From TABLE1, TABLE2 WHERE ... UNION Select...
  2. alkfhk

    How to check the existance of a worksheet?

    Is there anybody knows how to write a VBA script to check whether a specific worksheet exists in a workbook? For example, how to check whether, say "Sheet 10" exists in the workbook or? 'cause everytime I try to use select to check, Excel comes up with error and the macro halt! Thanks!
  3. alkfhk

    BO Sorting Problem!

    Is there anyone knows how to customize the sorting of a report which not all possible values are currently available in the database? E.g. 3 possible values A, B & C, where B is currently not in database but will be in in future. BO only allow user to customize their sorting with all current...

Part and Inventory Search

Back
Top