S Sogood Registered User. Local time Tomorrow, 03:47 Joined Apr 10, 2008 Messages 12 Aug 25, 2008 #1 i wish to clone a record from a table(tbl_cashsale) ~ Dim rs As Object Set rs = ??
maxmangion AWF VIP Local time Today, 19:47 Joined Feb 26, 2003 Messages 2,805 Aug 25, 2008 #2 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"
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"
S Sogood Registered User. Local time Tomorrow, 03:47 Joined Apr 10, 2008 Messages 12 Aug 25, 2008 #3 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 ?
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 ?
S Sogood Registered User. Local time Tomorrow, 03:47 Joined Apr 10, 2008 Messages 12 Aug 25, 2008 #4 heihei !! i done it using Currentdb.Openrecordset () btw thanks