Results 1 to 7 of 7
  1. #1
    Franksr's Avatar
    Franksr is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Jun 2019
    Location
    Madison, WI
    Posts
    3

    Need someone to Import Excel into a class directory in Access

    Not knowing access, I need someone to import my excel sheet of names, addresses, etc into an Access form that I could print out for a class reunion directory?



    Thank You

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,646
    Is the worksheet data structure very simple? Have you tried setting a link to the worksheet or using the Access import wizard?

    Don't print form, print report.

    Suggest you study an introductory tutorial book to learn basics.
    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.

  3. #3
    Micron is offline Very Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,372
    Why not just format the sheet to look as you want and arrange the data and print the sheet. It sounds like a one-off job that can be done in Excel rather than something you need a database for.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  4. #4
    Franksr's Avatar
    Franksr is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Jun 2019
    Location
    Madison, WI
    Posts
    3

    If I only knew how

    In my Excel Spreadsheet I have headers going across as: School Name~Current Name~First Name~Address~City~State~Zip~email

    I'm not sure how to get them to list vertically like:
    First Name
    School Name - Current Name
    Address
    City, State, Zip
    email

    Any help would be appreciated.

    Quote Originally Posted by Micron View Post
    Why not just format the sheet to look as you want and arrange the data and print the sheet. It sounds like a one-off job that can be done in Excel rather than something you need a database for.

  5. #5
    Franksr's Avatar
    Franksr is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Jun 2019
    Location
    Madison, WI
    Posts
    3
    June7, I have tried and created 7 or 8 access databases but I really don't know what I'm doing.

  6. #6
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,646
    Import or link then build a report and arrange the textboxes as you see fit.

    How can you have built 7 or 8 Access databases and not know about arranging textboxes on report?

    This is still basic Access functionality. A forum is not appropriate medium for learning basics.
    Last edited by June7; 06-09-2019 at 12:07 PM.
    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.

  7. #7
    Join Date
    Apr 2017
    Posts
    1,776
    Quote Originally Posted by Franksr View Post
    I'm not sure how to get them to list vertically like:...
    In case you need data for all students to be displayed in such way (I can't imagine why somebody will need something like this!):
    In Excel, select all your your table and copy it. Then on another sheet, use PasteSpecial Transponse to get datarange, where for every student data is in same column.

    In case you need to select specific student and get his/her data in such way, design an Excel report, where from Data Validation list you select student (to get all students listed in Data Validation List, you need a list of all students in separate table - preferably on separate sheet - and a named range containing all student names defined). After you select a student on report sheet, below it all needed info about this student is read from data table using worksheet functions. There are lot of different ways to do this, I'd prefer having 2 (hidden) helper columns in data table. In 1st helper column table rows are numbered (you can use ROW() function for this. In second helper column is row number from 1st helper column for row with student selected for report, and 0 for all others (you can use SUMIFS() function there). To get the rest of info for selected student in report, you use INDEX() function on column with according info and with 2nd parameter calculated as sum of 2nd helper column.

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

Similar Threads

  1. Replies: 6
    Last Post: 09-14-2017, 07:31 AM
  2. Replies: 2
    Last Post: 02-28-2017, 01:34 AM
  3. Replies: 10
    Last Post: 06-16-2014, 08:37 AM
  4. Import access query data into excel file, using excel vba
    By exceljockey in forum Import/Export Data
    Replies: 3
    Last Post: 11-15-2013, 02:36 PM
  5. Replies: 4
    Last Post: 12-17-2012, 01:21 PM

Tags for this Thread

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