Hello,
I am having a difficult time editing a record and making 2 records out of it. What I need to do is take one record and break it in two parts and output both parts sequentially. There has got to be an easy way to do this that I am not seeing. I Know how to break apart the record but making it two records in order is where I fail to have an easy solution. I am using DAO.Recordset with this type of code:
rstMyRecords.Edit
rstYesNo(0) = newStrLINE
rstMyRecords.Update
Right now I am using some weird queries and functions to get it done.
Thanks I received some great help last time I had a question.
I am having a difficult time editing a record and making 2 records out of it. What I need to do is take one record and break it in two parts and output both parts sequentially. There has got to be an easy way to do this that I am not seeing. I Know how to break apart the record but making it two records in order is where I fail to have an easy solution. I am using DAO.Recordset with this type of code:
rstMyRecords.Edit
rstYesNo(0) = newStrLINE
rstMyRecords.Update
Right now I am using some weird queries and functions to get it done.
Thanks I received some great help last time I had a question.