Click here to Skip to main content
15,886,422 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello

I am beginner of software field, (I interest to Database Ms.access)

I would like to develop on simple software application, The application is , We put the values in the textbook (VB.net forms) then press update button, then save the database , then printout getting in excel form,or other format. kindly send code to this and what is process to develop this

I hope your +ve reply

Thanks with regards
Prasanth.ak
Posted
Updated 10-Sep-10 22:54pm
v2
Comments
DaveAuld 11-Sep-10 4:55am    
Email address removed. Do not post your email, you will be bombarded with SPAM.
Sandeep Mewara 11-Sep-10 4:56am    
You should not provide your email id in Questions or Answers. Once someone replies, an email is automatically send to the registered id. Looks like this is not your original email id so not removing it, but still avoid it from next time unless you like spam!

Nobody will just send you code.

How it works is, you start your coding, come across a problem, and then you ask a specific question, and provide the code snippet you are having problems with as reference.

Anyway, Go search the articles on CodeProject and Google, using the relevant keywords, there are thousands of examples on the basics of windows forms and database programming.

Also, visit MSDN there are a huge collection of HOWTO: videos, covering a wide variety of topics including windows forms and databases. go watch them as a starter.

If you can't manage that, you wont make it as a good programmer.
 
Share this answer
 
Noone can actually send you the code for what you want to do.

For startup help, see here[^].
 
Share this answer
 
Ok. You are beginner to software field and also a new user here at Code Project. Welcome. But this is not the way it works here.

Here is what is expected by enquirers:
1. TRY first what you want to do!
2. Formulate what was done by you that looks like an issue/not working.

Try them and tell if you face issues.
Members will be more than happy to help like this.


What you are asking(first part) is a simple form with textbox and button. Button click event would take textbox data and insert into DB. Start working, try out, post your issues that you face while working on it.
 
Share this answer
 
What you want to do looks like its not a very complicated application.

What I suggest is for you to follow a good tutorial on Typed Datasets. The Visual Studio Designer does almost all the work for you. All you need is design the database, then create your data source.

After you try that out, you will be so impressed that you will now wish to add more complicated functionality. And then you will have hitches. Then you will come here and ask specific questions, and then the very good people here (I've benefitted lots from the people here, they are awesome!) will come to the rescue and offer you help.

Then you will vote for the answer that helped you most, and you'll go about developing your software, whistling and saying "wow! so its this way"

Good luck.

You'll do fine!
 
Share this answer
 

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