Click here to Skip to main content
15,888,212 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
hi everybody

In my application it is required to insert data in several tables, so i did for each table a form where at each form there is oledb connection to access database and an insert query occurs.

My Problem is that i need to show the form, run the insert query and AT THE END OF INSERT the current form should close and another form should appear.
can anybody help

thanks
Posted

1 solution

Instead of doing that, how about using a Wizard form:

Wizard Form Implementation[^]

The article is C#, but you shouldn't have any issues with converting using one of the many free online C#-to-VB converters that are available.
 
Share this answer
 
Comments
fjdiewornncalwe 23-Jun-11 9:55am    
Excellent solution. This is screaming wizard to me as well.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900