Resync command ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Zlatko Matiæ

    #1

    Resync command ?

    When working in .adp there is a peculiar Resync command property in forms.
    I have noticed that I can avoid resync when putting stored procedures as
    record source instead of views or in-line functions. Also, it seems that I
    van't use resync with stored procedures...
    As I couldn't find much informations in literature, can anybody familiar
    with Access Projects give a comment about it and when Resync command should
    be used ?

    Thanks.


  • MGFoster

    #2
    Re: Resync command ?

    There are 6 articles in the Access VBA Help file on the Resync. Open a
    VBA module and hit the F1 key. Under the Help's Index tab in the "Type
    keywords" box enter Resync & hit Enter. Read the articles:

    ResyncCommand Property
    Resync Method (ADO)
    Resync Command Property—Dynami c (ADO)
    Update Resync Property—Dynami c (ADO)

    --
    MGFoster:::mgf0 0 <at> earthlink <decimal-point> net
    Oakland, CA (USA)


    Zlatko Matiæ wrote:[color=blue]
    > When working in .adp there is a peculiar Resync command property in forms.
    > I have noticed that I can avoid resync when putting stored procedures as
    > record source instead of views or in-line functions. Also, it seems that I
    > van't use resync with stored procedures...
    > As I couldn't find much informations in literature, can anybody familiar
    > with Access Projects give a comment about it and when Resync command should
    > be used ?[/color]

    Comment

    Working...