Results 1 to 3 of 3
  1. #1
    techexpressinc's Avatar
    techexpressinc is offline Competent Performer
    Windows XP Access 2010 32bit
    Join Date
    Dec 2008
    Location
    Indiana, USA
    Posts
    151

    datasheet view adding fields drop-down box

    I have a access db with 2 tables. Student School
    When adding rows to the Student table for the field School the selection is a drop-down list. I want the school address to automaticly populate the Student table for the field School Address on the Student table.


    Is this possible and how?
    The access db is a small file attached and at
    http://www.box.net/shared/7ncxb1u1dg
    Thanks Russ @ techexpressinc.com

  2. #2
    techexpressinc's Avatar
    techexpressinc is offline Competent Performer
    Windows XP Access 2010 32bit
    Join Date
    Dec 2008
    Location
    Indiana, USA
    Posts
    151
    I agree multiple storage of same data arross tables is bad. The schoolID is being stored with on the Student record, field "Child School" in the form of the School name. For all the reports they DB owners should join the tables together. The users like to just dump/copy tables into Excel and work with the data. The users are not comfortable writing queries or reports.

    Can I somehow populate the STUDENT table’s fields: school address, Location, zip code; once they select the school from the drop-down. I think it would be populated with the pointer not the actual data, like the school name is populated with the pointer.

    I am very limit part-time help for the DB owners

  3. #3
    dcrake's Avatar
    dcrake is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Aug 2009
    Posts
    435
    What you actually want is a query that has a join between student and school and bring down the address iin your query. Then export the query to Excel not the table. Also using combos in tables is often frowned upon by seasoned users as they can cause all sorts of issues later on.

    David

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

Similar Threads

  1. Missing Columns in Datasheet View
    By mikel in forum Access
    Replies: 3
    Last Post: 01-02-2015, 01:57 PM
  2. Cannot hide fields in a datasheet
    By desgordon in forum Forms
    Replies: 2
    Last Post: 08-19-2009, 03:24 PM
  3. Problems adding a drop down box to report/query
    By rachelm920 in forum Access
    Replies: 1
    Last Post: 05-14-2009, 09:19 AM
  4. Adding a drop down box to change form skins
    By intrepid401k in forum Access
    Replies: 0
    Last Post: 01-11-2009, 05:22 PM
  5. Form - Datasheet View
    By kalove in forum Forms
    Replies: 0
    Last Post: 06-20-2007, 11:29 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