I did the same thing migrating from Snitz. I baught a copy of MS Access 2003 Upgrade. And then I imported
Forum_Members, Forum_Reply, Forum_Topics
from my Snitz Database into my WWF database. I reregistered all ny users with the same info and 12345 password at my WWF site. I had 13 posts and 52 replys. So I made 13 posts and 523 replys. Not all cuz it would take to long to retype. Just aaaa subject and bbbb message.
Cuz the database table are all related. It is easier to copy stuff in with the appropriate # of fields rather than make new ones.
Then in Access under tbl_Author added E-Mail address and what ever else except passwords cuz they are encrypted. I looked at the Author_ID in there copyed it to a notepad file. The ID and corresponding name.
In tbl_Topic I copied the Topic_ID Forum_ID and Subject to a note pad file.
Or Paint works to. Print Screen and paste in Paint.
I wrote down the Forum_ID from the Snitz site with 13 topics and the corresponding subjects somewhere.
I filled the Subject colum in the tbl_topic with the new ones from Forum_Topics in T_Subject colum which I had imported from the Snitz database.
I also copied the T_Message colum to the right of T_Subject colum as they'll now be considered replys.
Then I opened tbl_Thread and in the Message colum I pasted the stuff I just copied from T_Message in the Forum_Topics into the Message colum.
Then I opened Forum_Reply which I imported from the Snitz Database. And I copied the whole R_Message coloum and pasted it right under the ones I just added in tbl_Thread in the Message colum.
Save the whole database. Make a backup if U have to now.
Then in tbl_Thread just match the Topic_ID and Author_ID with the Notepad files U saved.
Seems like a lot but I did it in 1 day. And I'm no expert.
Edited by ivnj