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 TouchToneTommy 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: *

  • Users: Readymixer
  • Content: Threads
  • Order by date
  1. Readymixer

    Sort On A Formula

    I am trying to sort on a formula that looks like this: IF Sum ({KR_CustProfAnalysis1.Quantity}, {@CustQuote}) < 0 //THEN 1 THEN -(Sum ({@NetProfit}, {@CustQuote})/Sum ({KR_CustProfAnalysis1.Quantity}, {@CustQuote})) ELSE IF Sum ({KR_CustProfAnalysis1.Quantity}, {@CustQuote}) = 0 //THEN 2 THEN...
  2. Readymixer

    VS .NET Won't Open Existing Projects

    I am new to VB and to Visual Studio .NET. I am taking a book course and so far I have created about 6 test apps. Because of work I have been out of studying for a couple of weeks. Tonight I tried to open existing projects from the Start screen. When I do the app flickers like it's going to...
  3. Readymixer

    5 Identical Databases into 1 Consolidation Database

    I need to do some consolidation reporting. My company has an app that is split across five SQL Server 2000 databases; one per geographic division. The 5 databases are identical with respect to architecture; the only difference is the data they contain. How can I consolidate the 5 databases...
  4. Readymixer

    Beginner Database Designer Needs Guidance

    I am a fledgling database designer/ASP app developer for my company. There are several apps that are in my lap to be completed this year. Can someone offerup some advice on a good way to get organized (to begin with), better understand good, normalized datbase design, and ASP.NET. I know it...

Part and Inventory Search

Back
Top