Results 1 to 15 of 15
  1. #1
    Join Date
    Jan 2019
    Posts
    11

    Hopefully simple, trying to create tickable boxes on a form when a postal address is selected

    Hello everyone,


    Massive newbie here. I've used access about 15 years ago but need to get going quick on something. I'm not one to skip learning but in this case I need to find an answer fairly quick, and hopefully it should be an easy one for the experts here.

    * I have a table in Access containing 160 postal addresses in cells (vertical, obviously)
    I need to create a form which staff members can use so that.. when they select an address from a drop down list (already sussed that bit).. they can then TICK a series of questions relating to the address.

    In my scenario, I'm working on a a database containing addresses and certain criteria they need to pass: eg:

    House has smoke alarm?
    House has safe ventilation?

    All of these questions I want to make tickboxes for (or yes no answers, but ideally ticks as it's just a bit more visual)

    So I understand that each of the 160 addresses therefore has records attached to it (or the series of questions)

    How do I go about making this work?

    So far all I've done is designed a form with the questions and made a working drop-down accessing the addresses but there's.
    But functionality to it yet.

    Any help greatly appreciated!!
    Really need some help! Job may depend on it! (Seriously!)

    Kind regards.
    Access junior.

  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
    Could have a yes/no field in table but that is not practical with multi-user database because users will interfere with each other. Another option includes multi-select listbox and vba code to build criteria string or to write records to table.

    Are you selecting these questions and saving to a dependent table that associates address with selected questions? Could just do data entry and select a question into a new record of this dependent table via combobox.
    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
    isladogs's Avatar
    isladogs is offline MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    6,128
    Cross posted at: https://www.access-programmers.co.uk...d.php?t=303560 and https://www.utteraccess.com/forum/in...ic=2052400&hl=

    OP is new at all 3 forums. Standard link about cross posting added at AWF
    Colin Riddington, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I know I don't know, I keep quiet!

  4. #4
    Join Date
    Jan 2019
    Posts
    11
    Quote Originally Posted by June7 View Post
    Could have a yes/no field in table but that is not practical with multi-user database because users will interfere with each other. Another option includes multi-select listbox and vba code to build criteria string or to write records to table.

    Are you selecting these questions and saving to a dependent table that associates address with selected questions? Could just do data entry and select a question into a new record of this dependent table via combobox.
    That last paragraph sounds good, would you be able to help me do that? I'm not sure how

    See, what this guy did here: https://youtu.be/dEaQIrw3CZY
    It looks good, I understand how he creates the yes/no options (by creating a field in the table),. But I'm not a fan of the record seeking (tiny buttons at bottom of form), I need to be able to select an address from a drop down list ideally.

  5. #5
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,642
    Post 4 was moderated, I'm posting to trigger email notifications.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  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
    That last paragraph is just building appropriate related table and form/subform arrangement for data entry.

    At least 3 tables involved because this is a many-to-many relationship.

    Addresses

    Questions

    AddressQuestions
    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
    Jan 2019
    Posts
    11
    Hmm, okay. I'm not too sure how to set that up, do you think there are any quick guides for your suggestion? I've never made more than 1 table in Access so far! Let alone anything nested.
    I'm sorry I sound so lame, I'm a long time out for using Access and I've bitten off more than than I can chew in the job. If there's any guides on this I would love to find out more.

  8. #8
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,646
    Many on-line tutorials on relational database principles. Any Access introductory book should cover the 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.

  9. #9
    Gicu's Avatar
    Gicu is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jul 2015
    Location
    Kelowna, BC, Canada
    Posts
    4,235
    Can you have a look and see if that is what you are after?

    Cheers,
    Vlad
    Attached Files Attached Files

  10. #10
    Join Date
    Jan 2019
    Posts
    11
    Hey Vlad, a great many thanks for messaging. I'm on my phone right now, but I can't seem to download any attached files on your post. I've tried switching chrome (mobile browser) into desktop mode but the site fails to load. I'll try again on my desktop at work but would.you be able to make sure it's properly attached? Forgive me if I've got something wrong here but in panicking a bit as i need to try and get this right today at work.

  11. #11
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,646
    Downloads for me.
    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.

  12. #12
    Join Date
    Jan 2019
    Posts
    11
    I'm hoping it's because I'm on my phone. If it works for you on a desktop I should be okay. How does it look?

  13. #13
    Join Date
    Jan 2019
    Posts
    11
    Im not sure I quite understand the terminology and so I don't know quite what to look for,. Does anyone have a particular YouTube link or tutorial for this task? I'm just stressing because I'm supposed to try and get this done today

  14. #14
    Join Date
    Jan 2019
    Posts
    11
    Thanks vlad, it looks pretty good! It's pretty much what I need!!
    one final thing I;m trying to do though, is create a drop-down list on the Form, so I can select an address from the list instead of having to cycle through the records at the bottom of the form using Access's record seeking buttons. Do you know what I mean?
    Click image for larger version. 

Name:	scrnsht.jpg 
Views:	16 
Size:	164.5 KB 
ID:	37194

  15. #15
    Gicu's Avatar
    Gicu is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jul 2015
    Location
    Kelowna, BC, Canada
    Posts
    4,235
    Just use the built in combo box wizard to do that for you, it takes a minute and the satisfaction is great. If you are committing to using Access is time to roll up the sleeves and learn a few tricks .
    https://support.office.com/en-us/art...b-b0f71a90c329

    Cheers,
    Vlad

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

Similar Threads

  1. Replies: 2
    Last Post: 11-10-2017, 07:52 PM
  2. Need to pull address from first record selected
    By tanyapeila in forum Queries
    Replies: 7
    Last Post: 03-17-2014, 02:55 PM
  3. Replies: 2
    Last Post: 08-22-2013, 12:02 AM
  4. Replies: 1
    Last Post: 05-20-2013, 01:45 PM
  5. Database Design - Physical / Postal Address Issue
    By PeterPeterson in forum Access
    Replies: 3
    Last Post: 09-27-2012, 06:27 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