Connecting Tech Pros Worldwide Help | Site Map

cloning

  #1  
Old March 26th, 2007, 04:05 PM
colmkav
Guest
 
Posts: n/a
Hi,

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

regards

Colm

  #2  
Old March 26th, 2007, 04:45 PM
'69 Camaro
Guest
 
Posts: n/a

re: cloning


Hi, Colm.
Quote:
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.RecordsetClone 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@n59g2000hsh.googlegro ups.com...
Quote:
Hi,
>
what is the main reason why cloning is done to tables in Access VBA
code?
>
regards
>
Colm
>

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cloning Treenodes Chris answers 0 August 8th, 2008 02:35 PM
Cloning Question Dan Dorey answers 1 September 21st, 2007 07:35 PM
Why deep cloning? Why shallow cloning? How is this related to references? raylopez99 answers 3 August 6th, 2007 09:35 AM
cloning AVL answers 3 November 19th, 2005 12:51 AM
Cloning Tom answers 8 November 17th, 2005 08:10 AM