Can someone help me?

M

Miss T

i'm a new user to access, however i'm trying to creat a form that allow the
user to input data on the form and then have the form save the data to a
table. If this is possible how do i go about doing that?
 
D

Dirk Goldgar

Miss T said:
i'm a new user to access, however i'm trying to creat a form that
allow the user to input data on the form and then have the form save
the data to a table. If this is possible how do i go about doing
that?

That's exactly what Access is designed to do. The only thing is, you've
got the process a little backward, at least as you expressed it. The
first thing you need to do is figure out what data you want to store and
design a table to hold it. Once you've created a table with all the
fields you need, you can use the form wizard, or even the Autoform
button, to create a form that does exactly what you want.
 
Top