I have an old database and a new database in which I would like to move data from the old to the new. I found articles and posts on here about the append queries but I didn't find anything on the problem that I have. The old database was set up with a subform linked to it so that for each project, since every one of them has the same basic steps, the person logging in the information could just say when the date received, approved, etc. was and then also leave a comment about each step if need be. What I am looking to do is get the main data, like the address, city, state, etc. out of the form and put it into the newer database but also take all the information that is linked with each record along with it. I have no idea how to make sure that each individual project "received, approved, etc." subform moves to the new databse and is still somehow linked to the project it belongs with. I know that the subform is linked by the project number only but can I somehow do an append query on both the form and subform and get them both into the new fields?
Thanks to anyone who can point me in the right direction to get started on this.