cloning

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • colmkav

    #1

    cloning

    Hi,

    what is the main reason why cloning is done to tables in Access VBA
    code?

    regards

    Colm

  • '69 Camaro

    #2
    Re: cloning

    Hi, Colm.
    what is the main reason why cloning is done to tables in Access VBA
    code?
    Tables aren't cloned in VBA code. However, Recordset objects can be cloned
    and forms have the Form.RecordsetC lone Property. Those are generally used
    for searches and for comparing with a "before" and "after" data set.

    HTH.
    Gunny

    See http://www.QBuilt.com for all your database needs.
    See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
    Blogs: www.DataDevilDog.BlogSpot.com, www.DatabaseTips.BlogSpot.com
    http://www.Access.QBuilt.com/html/ex...ributors2.html for contact
    info.


    "colmkav" <colmjkav@yahoo .co.ukwrote in message
    news:1174921001 .698678.17890@n 59g2000hsh.goog legroups.com...
    Hi,
    >
    what is the main reason why cloning is done to tables in Access VBA
    code?
    >
    regards
    >
    Colm
    >

    Comment

    Working...