Creating a form to enter data

D

DanielWalters6

I would like to be able to create a FORM on say sheet one. I would like to
have about ten fields on the form

I would like to then have a SUBMIT button which takes the data from the
field and enters it into say sheet two. (Each column being a different field
and each row being a seperate record.)

Am able to do this in Access2003, but haven't used Excel for anything other
than simple finances up-to-date.

Hope you can help

Daniel
 
J

JR

I'll take Ron's idea on step further. Record a macro that when you hit the
submit button, copies the hidden row, pastes it (as values) on the first row
of sheet 2, then in the same place on sheet 2, inserts a row and returns to
the form on sheet 1.

This will allow users to just click a button and you will have the newest
data always at the top of the page on sheet 2.
 
D

DanielWalters6

Thankyou for your help. Futher comments are always greatly welcomed :)

Have applied it, makes use of my database a lot easier (No scrolling down or
END needed!)

Thank's once again

Daniel
 
S

Shine

Hi, in relation to this discussion. I hope you can help me with this inquiry.

The information in the Form (Sheet 1) is arranged vertically (row-type).
I'd like to transfer the information to a database (Sheet 2) arranged
horizontally (column-type). For new entries, I'd like the new entries to
follow in the succeeding rows of the database.

Need help. Not good with VB programming.

Thanks.
 
B

Brian

JR,

I am doing something similar (user pushes a "submit" button on a form to
enter data into a worksheet). Results of calculations using this data are
shown in the same form. Problem I have is if the user enters data and hits
the submit button multiple times, data will be entered over and over again
into the worksheet designated. Is there a way to avoid this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top