Hey peeps,
Im trying to learn how to use the database environment ccreator in VB. I am used to using the ado recordset and binding with code. No i am usind the database environment creator to bind and connect to thr database . The problem is, i can use commands like .movenext and .moveprevious etc but i cant .update or .addnew wont work. I have linked 2 tables on the same form so i duno if thats the problem. I just want to be able to add , delete and edit my database files through my vb application. I tried using sql but its not working . Any Suggestions?