Results 1 to 2 of 2

Thread: Grand Total

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2000
    Location
    karachi
    Posts
    90

    Post

    Hello,
    I have field amount i want a grand total of amount
    field in textbox with the help of sql query and should
    update too
    Thank you

  2. #2
    Addicted Member Rohan_Powle's Avatar
    Join Date
    Mar 2000
    Location
    Mumbai,maharashtra.India
    Posts
    173

    Post

    try this statemet

    sql = "select sum(total) from <table> where code='<value>'"



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width