Hello friends..please help me
I have two identical Tables in my Database (Access) Table 1.Salup , Table 2.Salup1 .
All the fields are identical
My problem is:- I want to copy/append
1. All the records
2. selected Records agreeing certain criteria(eg."Sex=Male") From Table 1 to Table 2. through VB6 code.I started my coding as follows,But I could not succed with it. Set ACRS = New ADODB.Recordset If ACRS.State = adStateOpen Then ACRS.Close ACRS.Open "SELECT * FROM Salup1", CN, adOpenStatic, adLockOptimistic
mavtcr -3 Junior Poster
Reverend Jim 4,968 Hi, I'm Jim, one of DaniWeb's moderators. Moderator Featured Poster
mavtcr -3 Junior Poster
Reverend Jim 4,968 Hi, I'm Jim, one of DaniWeb's moderators. Moderator Featured Poster
mavtcr -3 Junior Poster
Reverend Jim 4,968 Hi, I'm Jim, one of DaniWeb's moderators. Moderator Featured Poster
mavtcr -3 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.