Forum Replies Created

Viewing 15 posts - 4,576 through 4,590 (of 5,356 total)

  • RE: Review: EditPlus

    quote:


    Another editor that is similar to EditPlus, and way more powerful is HomeSite. It isn't free, but it's only around $60...

    --
    Frank Kalis
    Microsoft SQL Server MVP
    Webmaster: http://www.insidesql.org/blogs
    My blog: http://www.insidesql.org/blogs/frankkalis/[/url]

  • RE: Domain aggregate function

    Just another thought.

    Are you moving from Access to SQL Server?

    Will Access be the Front-end or will this change?

    Cheers,

    Frank

    --
    Frank Kalis
    Microsoft SQL Server MVP
    Webmaster: http://www.insidesql.org/blogs
    My blog: http://www.insidesql.org/blogs/frankkalis/[/url]

  • RE: Domain aggregate function

    quote:


    Hi, thanks, but this is from a VBA code behind a form where the computation is done:

    Me.TotValue = DSum("Revenue", "QryOrderFooter")and...

    --
    Frank Kalis
    Microsoft SQL Server MVP
    Webmaster: http://www.insidesql.org/blogs
    My blog: http://www.insidesql.org/blogs/frankkalis/[/url]

  • RE: Domain aggregate function

    Hi Noel,

    quote:


    If I understand the meaning of DSUM correctly, you should use a GROUP BY clause.

    With

    
    
    DSum(expr, domain, criteria)

    ,...

    --
    Frank Kalis
    Microsoft SQL Server MVP
    Webmaster: http://www.insidesql.org/blogs
    My blog: http://www.insidesql.org/blogs/frankkalis/[/url]

  • RE: Performance issue

    Hi ishaan99,

    quote:


    Can anyone please let me know if it will make a significant difference in performance having table on one filegroup and...

    --
    Frank Kalis
    Microsoft SQL Server MVP
    Webmaster: http://www.insidesql.org/blogs
    My blog: http://www.insidesql.org/blogs/frankkalis/[/url]

  • RE: Domain aggregate function

    Hi kiberu,

    quote:


    Kindly show me the equivalent of MSAccess Dsum() function


    given the Access Online Help...

    --
    Frank Kalis
    Microsoft SQL Server MVP
    Webmaster: http://www.insidesql.org/blogs
    My blog: http://www.insidesql.org/blogs/frankkalis/[/url]

  • Viewing 15 posts - 4,576 through 4,590 (of 5,356 total)