CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 13 of 13

Thread: Big Problem

Threaded View

  1. #5
    Join Date
    Dec 2008
    Location
    Step Into(F11)
    Posts
    465

    Talking Re: Big Problem

    Try the following way !

    Code:
    dim SQL$
    SQL = "update TBL_TEST_LIB set FEES=" & (fees - Val(AdjustAmount.Text) 
    CN.Execute SQL
    Last edited by firoz.raj; March 8th, 2012 at 01:36 PM.

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

Featured