Share via

Extract Data from Excel Form to Excel Database

Anonymous
2010-11-24T08:29:18+00:00

Hi there,

I have a pre defined excel form with 6 fields to be entered. I am looking for a method to automatically transfer the data entered in these 6 fields onto a database and reset all the 6 fields for a fresh entry. As multiple entries are made on the form, the database should automatically keep apending.

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

5 answers

Sort by: Most helpful
  1. Anonymous
    2010-11-24T15:30:44+00:00

    See also

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

    Regards Ron de Bruin

    http://www.rondebruin.nl/tips.htm

    "Mayuresh" wrote in message news:*** Email address is removed for privacy ***...

    Hi there,

    I have a pre defined excel form with 6 fields to be entered. I am looking for a method to automatically transfer the data entered in these 6 fields onto a database and reset all the 6 fields for a fresh entry. As multiple entries are made on the form, the database should automatically keep apending.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2010-11-24T13:14:20+00:00

    If you mean a userform in VBA then see this article:

    XL2000: How to Use a UserForm for Entering Data (Q213749)

    http://support.microsoft.com/?id=213749

    there is no built in support for clearing the controls on a userform.  You would have to write code like

    me.textbox1.Value = ""

    me.combobox1.ListIndex = -1

    and so forth.  


    --

    Tom Ogilvy

    note: If you receive an answer to your question - please mark that answer or answers so others know the question has been answered.

    Was this answer helpful?

    0 comments No comments
  3. HansV 462.6K Reputation points
    2010-11-24T08:50:22+00:00

    Take a look at Excel's data form feature - see Excel 2003 Data Form for a tutorial.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2010-11-24T07:42:01+00:00

    Hi Mayuresh, you may have better luck if you post your question in the Excel Forum as this one is for MS Word.

    See http://social.answers.microsoft.com/Forums/en-US/category/officeexcel

    All the best

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2010-11-24T07:32:43+00:00

    Hi there,

    I have a pre defined excel form with 6 fields to be entered. I am looking for a method to automatically transfer the data entered in these 6 fields onto a database and reset all the 6 fields for a fresh entry. As multiple entries are made on the form, the database should automatically keep apending.

    Was this answer helpful?

    0 comments No comments