Hi, I'm new to VBA and can use some help. I hope my explaination is clear. By a press of a button on a form, information in an Access table gets inserted into a Word table in a Word document at a bookmark. But there are times the Access table may need to be revised where information is changed, or rows are added/deleted. After that occurs, when the revised Access table get re-inserted onto the Word table, information is duplicated or rows are not deleted. Apparently, the Word table is not being updated which is where I need help. Is there a way to update the Word table to show the revised information or row changes? I thought about deleting all the rows in the Word table, but keep the first row with the bookmark, before the revised information is re-inserted. Any help would be greatly appreciated...