Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error: Recordset is not open

Status
Not open for further replies.

bryant89

Programmer
Nov 23, 2000
150
CA
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
 
> so I am trying an html page

It must be an .ASP page to work. The server code does not get processed in an .HTM, .HTML page.

Good luck
-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top