Results 1 to 8 of 8
  1. #1
    stereojack is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2014
    Posts
    4

    Need help on ms access 2013 tables

    i recently create a table on MS Access for employee detail, in the employee form i want all the field in employee detail be as reference list for dropbox or listbox for other table, and store it again on different table. please advise me how to create one.


    i stuck on doing the relating the table from other table and storing the data on different table instead of storing data on employee detail.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    What are 'other table' and 'different table'?

    Building comboboxes on form is basic Access functionality. There's even a wizard to walk you through the process. What exactly do you not understand about doing this?
    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
    stereojack is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2014
    Posts
    4
    what i mean is, i want to create a form that takes data from employee detail such as position in listbox, after clicking the selected position and fill the rest textbox then save it, but i want it store data on different table instead of in employee detail

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    I suggest the only value that should be saved in record of 'different' table is the EmployeeID. Otherwise, you are duplicating data and that is violating relational database principles.
    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.

  5. #5
    stereojack is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2014
    Posts
    4
    is there any way to create table for listing purpose for listbox only?

  6. #6
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Not sure what you are asking.

    Certainly a table can be the source of items for a combo or list box. Such as table of colors. This table could have a single field and a record for each color. The combobox RowSource could be:

    SELECT color FROM Colors ORDER BY color;
    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
    stereojack is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2014
    Posts
    4
    i want table for listbox only, not a table for saved data. i want it to be in dynamic table. instead of using one single table for all storing data.

  8. #8
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    I think that's what I described with my example of a table for colors.


    You might need a better understanding of relational database principles. See if this helps http://www.rogersaccesslibrary.com/
    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.

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

Similar Threads

  1. Replies: 2
    Last Post: 04-07-2014, 10:01 AM
  2. Replies: 6
    Last Post: 12-12-2013, 11:44 PM
  3. Outlook 2013 + Access 2013 + HTML
    By Yann63 in forum Programming
    Replies: 2
    Last Post: 11-26-2013, 02:39 PM
  4. Access 2013 Web App with Sharepoint 2013
    By miguel.escobar in forum Access
    Replies: 7
    Last Post: 06-17-2013, 09:03 AM
  5. Replies: 7
    Last Post: 04-22-2013, 02:49 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