Good evening
I am hoping someone can offer me some help. What I am trying to do sounds very simple and I did not envisage having the problems I have encountered
To simplify what I am trying to do is move records from a temp table to a permanent table in code
So let's say table one has two fields ( first name and last name) and three records . I want to move these three records to the permanent table using Dao.i open both recordsets and add new / update / move next but what happens is the input table receives three records but they are all duplicates so for example Jimmy shoo appears three times not Jimmy shoo, Simon Stanley and Margaret Smith.
I have been trying to resolve for 6 hours now without success.. has anyone any sample code that could help with this problem please?
I am hoping someone can offer me some help. What I am trying to do sounds very simple and I did not envisage having the problems I have encountered
To simplify what I am trying to do is move records from a temp table to a permanent table in code
So let's say table one has two fields ( first name and last name) and three records . I want to move these three records to the permanent table using Dao.i open both recordsets and add new / update / move next but what happens is the input table receives three records but they are all duplicates so for example Jimmy shoo appears three times not Jimmy shoo, Simon Stanley and Margaret Smith.
I have been trying to resolve for 6 hours now without success.. has anyone any sample code that could help with this problem please?