Consulting

Results 1 to 2 of 2

Thread: Excel + Access Help

  1. #1
    VBAX Newbie
    Joined
    Jan 2011
    Posts
    2
    Location

    Excel + Access Help

    Hi,

    I have created one application, which takes input from multiple users at a single point of time and adds that record into access mdb file.

    Now the issue is it is giving error as "Current Recordset does not support updating. This may be a limitation of the provider, or of the selected LockType.

    Any help on this......

  2. #2
    VBAX Guru Kenneth Hobs's Avatar
    Joined
    Nov 2005
    Location
    Tecumseh, OK
    Posts
    4,956
    Location
    Does a user have it locked?

    What type lock did you set?
    e.g.
    [VBA] RecordSet.LockType = adLockOptimistic[/VBA]

Posting Permissions

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