+ Reply to Thread
Results 1 to 3 of 3

Update a table with data fed to an input form

  1. #1
    Registered User
    Join Date
    09-18-2018
    Location
    sri lanka
    MS-Off Ver
    2007
    Posts
    15

    Update a table with data fed to an input form

    Friends,

    I have a data input form in excel. Copies of this file has given to 50 Classes and they update it daily and send to Head Office in the evening.

    Firstly, I want to enter these data in to a table in the same individual excel file before sending to Head Office (In a new sheet).

    At the end of the day, I want all the data collected by all classes to include into a central database.

    Can you guys help me?
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-29-2020
    Location
    NH USA
    MS-Off Ver
    365
    Posts
    2,103

    Re: Update a table with data fed to an input form

    It is conceivable to create code that will save the input form into a hidden /alternate sheet, for that one excel file. But you have up to fifty excel files, from which you want to presumably collect data and consolidate it into a central database.

    1)One way is to create a single collection data form and then aggregate and collect all forms into a single dated directory, then run some aggregating vba code in that directory to compile a full database of all the submitted forms. Is this what you are thinking to do?

    2)It is also conceivable to create a shared data form on a shared network drive where each data form has access to a separate master file, such that, when a user submits/saves their one form, data is populated into the master form. Are all your users set up with a common network drive to support this second architecture?

    I am sure there are other architecture approaches, but answering these questions will help with focusing on a solution.

  3. #3
    Forum Expert
    Join Date
    05-29-2020
    Location
    NH USA
    MS-Off Ver
    365
    Posts
    2,103

    Re: Update a table with data fed to an input form

    I updated the sheet to populate the second sheet with data as per your instructions. This will at least be a beginning point for further discussions.

    Here is the code used:

    Please Login or Register  to view this content.
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 2
    Last Post: 04-02-2017, 04:10 PM
  2. Vba-interactive userform to input/view/update data in table
    By lafleuk in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-22-2016, 06:42 PM
  3. Excel VBA, cannot update table after editing form data
    By EKExcel in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-17-2015, 05:10 AM
  4. Form input to update second sheet - Im lost :(
    By bensley1986 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-03-2014, 06:20 PM
  5. [SOLVED] Form input to update list
    By x65140 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-25-2014, 03:07 PM
  6. [SOLVED] create input form from dropdown list and save data in table
    By Bax in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-20-2013, 06:21 AM
  7. Validation of table form data with single input
    By ddaundkar in forum Excel General
    Replies: 1
    Last Post: 12-20-2012, 10:31 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1