Results 1 to 13 of 13

Thread: [RESOLVED -FINALLY :-) ] could not update; currently locked

Threaded View

  1. #5

    Thread Starter
    PowerPoster
    Join Date
    Feb 2001
    Location
    Crossroads
    Posts
    3,046

    Re: could not update; currently locked

    OK, strange development. It seems to be working now (thought its fooled me before). I changed the code to the following .... but WHY does it work? isnt status=0 closed? what's going on?

    heres what I replaced my updates with:
    VB Code:
    1. Do While rst2.Status > 0
    2.                     DoEvents
    3.                 Loop
    4.                 rst2.Update
    5.                 Do While rst2.Status > 0
    6.                     DoEvents
    7.                 Loop
    8.                 frmStatus.Caption = "Saving"
    Last edited by Muddy; Dec 12th, 2006 at 01:09 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