imwork2003 Posted December 11, 2003 Posted December 11, 2003 Can anyone tell me how to make the Add button on my project work. I have to add new rows to my access database that is in my bin folder. Does anyone know what is the code for the Add button in this project? Thanks a lot.database.zip Quote
Moderators Robby Posted December 11, 2003 Moderators Posted December 11, 2003 Use an ExecuteNonQuery() with a statement like... sSql = "Insert into Records ......" Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.