Results 1 to 6 of 6
  1. #1
    dsscripts is offline Novice
    Windows 7 32bit Access 2013
    Join Date
    Feb 2014
    Posts
    2

    Question Access newb

    Hi all,

    I have very limited experience with Access and I am looking into setting up this scenario:

    I want people to be able to fill out an excel spreadsheet template with information. The spreadsheet would be filled out differently per "project". I want the information on the different excels to be exporting to 1 Access file. The access and/or excel files can be stored on a Sharepoint site.



    Does anyone have any recommended videos or tutorials I can follow to set this up? or am I in way over my head?

    Thanks for your help.

  2. #2
    Xipooo's Avatar
    Xipooo is offline Sr. Database Developer
    Windows 8 Access 2013
    Join Date
    Jan 2014
    Location
    Arizona
    Posts
    332
    I'd say you probably want to skip the whole "Excel" part and just make up a form in Access for people to enter the data.

  3. #3
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,624
    What 'people' are you talking about? Why does this need to be web delivered?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  4. #4
    dsscripts is offline Novice
    Windows 7 32bit Access 2013
    Join Date
    Feb 2014
    Posts
    2
    Thanks for both of your replies!

    Quote Originally Posted by Xipooo View Post
    I'd say you probably want to skip the whole "Excel" part and just make up a form in Access for people to enter the data.
    Unfortunately, this isn't really an option. We have to keep the original "forms" in excel format to be distributed, but then we want to compile all of the data in one location. I may have to consider keeping it all in excel if moving it over to Access is too difficult.

    Quote Originally Posted by June7 View Post
    What 'people' are you talking about? Why does this need to be web delivered?
    It doesn't have to be web delivered. I am just trying to find a way automate some of the data gathering/moving.

  5. #5
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,624
    A multi-user Access database should be split. The backend contains data tables and resides on central server. The frontend is the user interface (queries, forms, reports, code) and links to backend tables. The frontend should be distributed to each user.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  6. #6
    ssanfu is offline Master of Nothing
    Windows XP Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    I want the information on the different excels to be exporting to 1 Access file.
    I haven't tried using automation to move data from Excel to Access. I have always used Access to import data from Excel.

    For code to import from Excel to Access or export from Access to Excel, there is code at Ken Snell's site http://www.accessmvp.com/kdsnell/EXCEL_MainPage.htm

    You say you want "1 Access file". If you mean 1 table, that might not be the best option. You need to have a normalized table structure which might result in many related tables.
    If you really mean "1 Access file", as June said, you should have a split application.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Networking and Access (pardon my newb-ness)
    By kpo in forum Database Design
    Replies: 3
    Last Post: 03-05-2013, 11:12 AM
  2. Newb Question
    By Jesse_Munos in forum Import/Export Data
    Replies: 11
    Last Post: 05-12-2012, 03:33 PM
  3. Newb question
    By blkdragon201 in forum Access
    Replies: 5
    Last Post: 02-03-2011, 02:17 PM
  4. Newb- Trying to use images and such.
    By TriAdX in forum Access
    Replies: 3
    Last Post: 08-18-2009, 10:07 AM
  5. Newb Question
    By smokeyvol in forum Access
    Replies: 0
    Last Post: 01-14-2009, 08:28 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums