I am very new to Microsoft Access. I need to write VB code to do a database insert on a button event click. The insert should take info from the form that the button is on. I know that you can get form info with this:
Form![tablename]![columnname]
but how would I take that info to insert into a different table? I saw this post How to insert data into a Microsoft Access Database? but I think its only with .NET because I can't find the OleDbConnection object listed on the Access reference page http://msdn.microsoft.com/en-us/library/office/aa296940(v=office.11).aspx