Community discussion forum

Replace record in access with vb 6.0

  • 10 months ago
    I create a program with vb 6.0 and i connected with ms access 97. Now i don't know how to replace an existing record. For example i have the field "A" and the record is "20" now i want to replace "20" with "15"
    Post was edited on 17/01/2009 04:00:12 Report abuse
  • 6 months ago

    dim x% x=val(texboxcontent.text) '15 with recordset !field a=x .update end with

Post a reply

Enter your message below

Sign in or Join us (it's free).

We'd love to hear what you think! Submit ideas or give us feedback