codes !!

alice

Registered User.
Local time
Today, 05:49
Joined
Mar 23, 2010
Messages
27
what code is needed for a add new button to add new information from textboxes to a table which is in the form. access 2003 version
 
Alice,

We do not mind helping you, but you need to try some of this on your own. We have given you the answer to this many times. Have you looked at the links that we have been posting to your other same questions?
 
Do not make duplicate posts.
 
yes, i know i dont understand any of them i have got nowhere am sorry to post silimar things but am reli reli stuck and i have a deadline i am not going to meet because am not an expert at access i have no experance first time user i dont understand the words people are using
 
Google and searching are your friend!

Use the form wizard that comes with access and you should be able to do everything that you are trying to do

Here is a save button code snippet
http://www.mvps.org/access/forms/frm0027.htm

This requires that your form is BOUND (or based off of) to a query or table
 
My concern is why did they give you the job if you do not have the necessary skills to accomplish the task. Sounds like bad man management to me.
 
still dont know how to bound a form but thanks for the link and its not a job am trying to do some work for something else
 
i am trying to teach myself how to use access i was pointed to this website for help as this is what it is for i dont have any basic knowledge of access am trying to learn and ask for help which some people are trying to help which i am greatful for i just dont really understand some info given which isnt my fault.
 
We were all beginners once!

The wizards will help you create the button, that's what they're made for.

The first time I created an add record button, I used the wizard, then when I had a bit more time, I had a look at the code the wizard created. From there I was able to consult the help files and learn about the commands it uses (in this case the gotorecord command).

Good luck!
 
Have you tried the form wizard? That is a step by step way to create a form based off of a table which will allow you to save information into your table!
 

Users who are viewing this thread

Back
Top Bottom