Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
DanielWalters6
 
Posts: n/a
Default Creating a form to enter data

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


--
iPod's ROCK!
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Ron de Bruin
 
Posts: n/a
Default Creating a form to enter data

Hi

Look here
http://www.rondebruin.nl/copy1.htm

Use a row on the bottom of your form( you can hide that row)
Add formula links (=c3) to the cells you want in that row and use this
range to copy to sheet 2

--
Regards Ron de Bruin
http://www.rondebruin.nl


"DanielWalters6" wrote in message
...
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


--
iPod's ROCK!



  #3   Report Post  
Posted to microsoft.public.excel.newusers
DanielWalters6
 
Posts: n/a
Default Creating a form to enter data

Thankyou for your help :)


--
iPod's ROCK!


"Ron de Bruin" wrote:

Hi

Look here
http://www.rondebruin.nl/copy1.htm

Use a row on the bottom of your form( you can hide that row)
Add formula links (=c3) to the cells you want in that row and use this
range to copy to sheet 2

--
Regards Ron de Bruin
http://www.rondebruin.nl


"DanielWalters6" wrote in message
...
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


--
iPod's ROCK!




  #4   Report Post  
Posted to microsoft.public.excel.newusers
JR
 
Posts: n/a
Default Creating a form to enter data

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.

"DanielWalters6" wrote:

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


--
iPod's ROCK!

  #5   Report Post  
Posted to microsoft.public.excel.newusers
DanielWalters6
 
Posts: n/a
Default Creating a form to enter data

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
--
iPod's ROCK!


"JR" wrote:

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.

"DanielWalters6" wrote:

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


--
iPod's ROCK!



  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default Creating a form to enter data

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.

"DanielWalters6" wrote:

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
--
iPod's ROCK!


"JR" wrote:

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.

"DanielWalters6" wrote:

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


--
iPod's ROCK!

  #7   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 683
Default Creating a form to enter data

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?

"JR" wrote:

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.

"DanielWalters6" wrote:

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


--
iPod's ROCK!

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
enter data on 1 sheet and make it enter on next avail row on 2nd s Nadia Excel Discussion (Misc queries) 27 September 9th 05 03:39 PM
Sort pages? David Excel Discussion (Misc queries) 15 May 13th 05 11:33 PM
enter data in cell which will start macro to move data to sheet2 Tommy Excel Discussion (Misc queries) 0 May 12th 05 05:00 PM
Autofilling data on a form Big Al New Users to Excel 3 April 13th 05 12:02 PM
Excel Data printed out as a Form Becca at MRBC Excel Discussion (Misc queries) 1 March 14th 05 10:05 PM


All times are GMT +1. The time now is 12:55 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"