Connecting Tech Pros Worldwide Help | Site Map

cloning

colmkav
Guest
 
Posts: n/a
#1: Mar 26 '07
Hi,

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

regards

Colm

'69 Camaro
Guest
 
Posts: n/a
#2: Mar 26 '07

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 Microsoft Access / VBA bytes