Click here to Skip to main content
16,017,312 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I created Simple form with 4 text box (NAME,Phone Number, Email,Remark)
and also create 2 button save and clear now clear working but when I want to save this data on access 2007 so what to do any ? if possible let me know with out coding if possible ...
Posted
Comments
Sergey Alexandrovich Kryukov 18-Oct-12 15:03pm    
First of all, you need to tag the application type (Forms, WPF, ASP.NET, etc...), or explain what do you mean by "Form", exactly.
--SA
vijay thakkar 18-Oct-12 15:06pm    
vb.net

You need to use Office Excel Interop assembly, which you can reference by your application through "Add Reference" (Solution Explorer context menu item, and then the window), from tab ".NET", because this assembly is put in GAC.

One of the huge number of articles which could walk you through this is this one, from CodeProject:
Export to Excel using VB.Net[^].

But this question is way too redundant. Do you think CodeProject don't have search capability? Think again:
http://www.codeproject.com/search.aspx?doctypeid=1&q=Access+VB.NET[^].

This question in not completely incorrect, but can be greatly improved. You should have re-formulated it:

"How to use Wikipedia, Google, Bing, CodeProject and StackOverflow.com?"
If you asked and got good Answers, the Questions like your original one would not be needed!

Good luck,
—SA
 
Share this answer
 
Comments
Maciej Los 18-Oct-12 15:47pm    
Agree, +5!
Sergey Alexandrovich Kryukov 18-Oct-12 15:52pm    
Thank you, Maciej.
--SA
Sergey's answer is very good!

Here is the collection of few useful links:
http://msdn.microsoft.com/en-us/library/ms971485.aspx[^] - recommended!
http://connectionstrings.com/[^]
Using ADO.NET for beginners[^]
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 18-Oct-12 15:54pm    
Good point. I forgot to mention ADO.NET. I usually gladly recommend the article you referenced. Well, my 5.
--SA
Maciej Los 18-Oct-12 15:56pm    
Thank you, Sergey ;)
Espen Harlinn 18-Oct-12 18:44pm    
5'ed!
Maciej Los 19-Oct-12 2:13am    
Thank you, Espen.

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