Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    ntambomvu is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Nov 2016
    Location
    Johannesburg south africa
    Posts
    91

    multiple choice (with combobox? or list?)


    Hello Chaps,
    I am trying to use set up a table for my small compant stores. One of the fields that are in the table will be called "category". all Items in this field will fall into one of about 8 categories . When I select to enter into that field i would like a dropdown to appear
    listing a selection of possibilities of which the operator must select on.
    I have doen this before but I forgot how it is done. I would appreciate suggestions and if possible examples??
    as I am not a boffin - simplicity is a primary requirement.

    many thanks

    fred evans

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,921
    Use combobox or listbox depending on form design. This is basic Access functionality and many tutorials are available.

    If you want combobox list to automatically 'drop down', this will require VBA code.
    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 Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,800
    I see no mention of a form - just a table. If you mean to have this list as a lookup field in a table itself, it isn't recommended. Nor should you be planning to work directly in tables as a matter of normal course. If I've misinterpreted, just ignore an old codger.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  4. #4
    ntambomvu is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Nov 2016
    Location
    Johannesburg south africa
    Posts
    91
    To June and micron- thanks for the input I need to chew over what I am doing because I fear that I am entering directly into the table at the moment.
    As I am at work at the moment- i will only be able to give full attention to the matter tomorrow or later.

  5. #5
    ntambomvu is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Nov 2016
    Location
    Johannesburg south africa
    Posts
    91
    hello Micron--"old codger" well I am 76 so i relate
    regards

    fred

  6. #6
    Micron is offline Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,800
    As someone once wisely said, "old" is 20 years older than you.
    Congrats on making it this far. You have me beat.
    These might help with respect to lookup fields (and such) wrt tables.
    The evils of lookup fields - http://access.mvps.org/access/lookupfields.htm
    Table and PK design tips - http://www.fmsinc.com/free/newtips/primarykey.asp
    About calculated table fields - http://allenbrowne.com/casu-14.html

  7. #7
    ntambomvu is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Nov 2016
    Location
    Johannesburg south africa
    Posts
    91
    thanks micron - i will go through the old codger suggestions!!
    good luck

    fred

  8. #8
    ntambomvu is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Nov 2016
    Location
    Johannesburg south africa
    Posts
    91
    hello micron - me again with newbie question.
    Up to now i have been creating new accdb tables all in their own folder.
    I have a total of about 6 different folders each with a table .
    I have the following folders
    customer
    stores
    jobcards
    completed jobs
    tooling list
    price list

    Reading your suggestions- am i right in assuming that I should have them all in the same folder?
    regards
    fred

  9. #9
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,921
    What exactly do you mean by 'folder' - an Access file? Yes, tables for a single relational database should all be in one Access file as much as possible - until file exceeds Access 2GB size limit.
    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.

  10. #10
    Micron is offline Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,800
    If June7 is correct (which would have been my assumption too) then don't take this as an insult, but that's a pretty clear indication that you don't have a grasp of any of the basics. Maybe check these out for a start (recommend you do a lot more reading than this, before doing any more work).
    Normalization is paramount. Diagramming maybe not so much for some people.

    Normalization Parts I, II, III, IV, and V
    http://rogersaccessblog.blogspot.com...ng-part-i.html
    and/or
    http://holowczak.com/database-normalization/

    Entity-Relationship Diagramming: Part I, II, III and IV
    http://rogersaccessblog.blogspot.ca/...ng-part-i.html

    How do I Create an Application in Microsoft Access?
    http://rogersaccessblog.blogspot.ca/...cation-in.html

    Important for success:
    One source about how to name things - http://access.mvps.org/access/general/gen0012.htm
    What not to use in names - http://allenbrowne.com/AppIssueBadWord.html
    About Auto Numbers
    - http://www.utteraccess.com/wiki/Autonumbers
    - http://access.mvps.org/access/general/gen0025.htm

    The evils of lookup fields - http://access.mvps.org/access/lookupfields.htm
    Table and PK design tips - http://www.fmsinc.com/free/newtips/primarykey.asp
    About calculated table fields - http://allenbrowne.com/casu-14.html
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  11. #11
    ntambomvu is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Nov 2016
    Location
    Johannesburg south africa
    Posts
    91
    Thanks - I open a seperate windows folder for each of my tables . this means that i would have
    6 seperate folders in my windows root for each of the tables mentioned above. at the moment
    my biggest file is oldjobs.accdb which is 50,176 KB

  12. #12
    Micron is offline Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,800
    If you can put a "table" in a Windows folder without it being in a database or it being a csv file, I'd like to learn how. IMHO this isn't possible. You can, however, have a database file with one table in it. What is the extension of your single file in said folder?

  13. #13
    ntambomvu is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Nov 2016
    Location
    Johannesburg south africa
    Posts
    91
    the extension is .accdb
    regards fred

  14. #14
    Micron is offline Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,800
    Those aren't tables. They are database files, specifically Access files. Apparently each of yours contains only 1 table. If they're related to each other, then definitely they belong in the same db file. Do read the above links and/or concentrate on how to create a db.

  15. #15
    ntambomvu is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Nov 2016
    Location
    Johannesburg south africa
    Posts
    91
    OK- i AM SIUTABLY

Page 1 of 2 12 LastLast
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Import from excel to multiple choice list
    By OroTrainee in forum Import/Export Data
    Replies: 5
    Last Post: 08-02-2018, 08:37 AM
  2. Replies: 2
    Last Post: 03-13-2018, 11:08 AM
  3. Making a multiple choice list searchable
    By dwheatley in forum Queries
    Replies: 8
    Last Post: 12-13-2017, 03:41 AM
  4. Replies: 7
    Last Post: 09-14-2017, 02:24 AM
  5. Replies: 0
    Last Post: 03-19-2017, 01:29 PM

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