Inserting Data to an Access Database using a Wizardhttp://forums.asp.net/t/1338557.aspx/1?Inserting+Data+to+an+Access+Database+using+a+WizardFri, 24 Oct 2008 18:10:23 -040013385572703389http://forums.asp.net/p/1338557/2703389.aspx/1?Inserting+Data+to+an+Access+Database+using+a+WizardInserting Data to an Access Database using a Wizard <p>&nbsp;I am wondering if someone has a bit of VB code that inserts data to an Access Database using a SQL statement on the finish button click.</p> <p>&nbsp;</p> <p>Thank you very much <br> </p> 2008-10-24T00:59:34-04:002703762http://forums.asp.net/p/1338557/2703762.aspx/1?Re+Inserting+Data+to+an+Access+Database+using+a+WizardRe: Inserting Data to an Access Database using a Wizard <p>Which actual bit are you stuck on?</p> <p>&nbsp;</p> 2008-10-24T06:40:04-04:002704847http://forums.asp.net/p/1338557/2704847.aspx/1?Re+Inserting+Data+to+an+Access+Database+using+a+WizardRe: Inserting Data to an Access Database using a Wizard <p></p> <p>When I go to edit the VB script associated with my file, this is what it looks like:</p> <p>&nbsp;</p> <p>Partial Class secure_newjob<br> &nbsp;&nbsp;&nbsp; Inherits System.Web.UI.Page<br> </p> <hr> <br> &nbsp;&nbsp;&nbsp; Protected Sub Wizard1_FinishButtonClick(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.WizardNavigationEventArgs) Handles Wizard1.FinishButtonClick<br> <br> &nbsp;&nbsp;&nbsp; End Sub<br> <hr> End Class <p>&nbsp;</p> <p>So I am wondering if there is a particular VB method that inserts to the database, where I can specify the SQL statement.</p> <p>&nbsp;</p> <p>Thanks for the help... <br> </p> <br> 2008-10-24T16:50:50-04:002705004http://forums.asp.net/p/1338557/2705004.aspx/1?Re+Inserting+Data+to+an+Access+Database+using+a+WizardRe: Inserting Data to an Access Database using a Wizard <p>Have a look at this: <a href="http://www.mikesdotnetting.com/Article.aspx?ArticleID=26"> http://www.mikesdotnetting.com/Article.aspx?ArticleID=26</a>.&nbsp; One of the samples shows inserting data into Access.</p> <p>&nbsp;</p> 2008-10-24T18:10:23-04:00