Can i clone a record from a table ?

Sogood

Registered User.
Local time
Tomorrow, 07:04
Joined
Apr 10, 2008
Messages
12
i wish to clone a record from a table(tbl_cashsale) ~

Dim rs As Object

Set rs = ??

:p
 
not sure why you want to do this, but you can create a button on a form and from the wizard choose the "duplicate record"
 
sorry ~ you misunderstanding

normally ppl use to do like this

Dim rs As Object

Set rs = Forms![ABC].Recordset.Clone

can i direct Clone recordset from a table ?
 
heihei !! i done it using

Currentdb.Openrecordset ()

btw thanks
 

Users who are viewing this thread

Back
Top Bottom