I created an html document that I planned on using to change data in the tables so that other people could add new records and delete etc. I added a data command to my project Then dragged it into my html source as a recordset. I also selected all of the fields and dragged them into my html source along with a Recordset navbar. The fields show up empty and when I press the buttons on the navbar I get a debug error stating that the recordset is not open. I do not know what is wrong. I did something similiar using an asp page with a recordset and a grid and it works great to view the data but I want to be able to change the data. I tried to design something to change the data in an asp but I couldnt get it working so I am trying an html page and that isnt working either