Hi khibinite,
Can you let me know , how to atleast copy and paste the columnB of TableB into ColumnA of TableA by invoking the Access Application in
VB.
My code in
VB is something like
Set oAccess = CreateObject("Access.Application")
oAccess.OpenCurrentDatabase App.Path & "\" & gsDBName
oAccess.DoCmd.CopyObject , TableA,acTable ,TableB ( I wanted just a column here)
I could copy the existing table as a whole into a new table , but I couldnt just copy a column to the existing table.
Can you help with this.
Thanks for your reply.
-Krithika