Page 2 of 2 FirstFirst 12
Results 16 to 22 of 22
  1. #16
    ScubaBart is offline Competent Performer
    Windows 7 32bit Access 2007
    Join Date
    Jul 2024
    Posts
    117
    So, Have played with the dual sub-form option and gotten something that will kinda work for me at the moment. Still not happy that it requires a user action to list the Hives for a given Apiary but Access has limitations, and I get that.

    I think at some point I will start playing with some of the more advanced queries to try and populate an interim table and while concatating (sp) the Hive details so they can be injected into a single text box beside the Apiary details. Have never worked with those types of queries so will take some research on my part.


    Click image for larger version. 

Name:	Dual_Subform_Option.PNG 
Views:	26 
Size:	38.4 KB 
ID:	52120

    Thanks for all the input

    Considering this thread closed.

  2. #17
    Gicu's Avatar
    Gicu is offline VIP
    Windows 10 Access 2013 32bit
    Join Date
    Jul 2015
    Location
    Kelowna, BC, Canada
    Posts
    4,250
    Please have a look at the attached updated file, I think it should be close to what you want. I had to use Courier New for the new textbox, you can use any other non-proportional font (https://en.wikipedia.org/wiki/List_o...aced_typefaces).

    Cheers,
    Attached Files Attached Files
    Vlad Cucinschi
    MS Access Developer
    http://forestbyte.com/

  3. #18
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    6,556
    Quote Originally Posted by ScubaBart View Post
    So, Have played with the dual sub-form option and gotten something that will kinda work for me at the moment. Still not happy that it requires a user action to list the Hives for a given Apiary but Access has limitations, and I get that.

    I think at some point I will start playing with some of the more advanced queries to try and populate an interim table and while concatating (sp) the Hive details so they can be injected into a single text box beside the Apiary details. Have never worked with those types of queries so will take some research on my part.


    Click image for larger version. 

Name:	Dual_Subform_Option.PNG 
Views:	26 
Size:	38.4 KB 
ID:	52120

    Thanks for all the input

    Considering this thread closed.
    You would probably need to use a spreadsheet layout, like you did at the start of all these threads.
    Just repeating information time and time again.

    Have you thought about just using Excel. That would give you what you want?
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  4. #19
    ScubaBart is offline Competent Performer
    Windows 7 32bit Access 2007
    Join Date
    Jul 2024
    Posts
    117
    Quote Originally Posted by Gicu View Post
    Please have a look at the attached updated file, I think it should be close to what you want. I had to use Courier New for the new textbox, you can use any other non-proportional font (https://en.wikipedia.org/wiki/List_o...aced_typefaces).

    Cheers,
    Interesting. Will review and play with this to see if I can incorporate this approach.

    Thx....

  5. #20
    ScubaBart is offline Competent Performer
    Windows 7 32bit Access 2007
    Join Date
    Jul 2024
    Posts
    117
    Quote Originally Posted by Welshgasman View Post
    You would probably need to use a spreadsheet layout, like you did at the start of all these threads.
    Just repeating information time and time again.

    Have you thought about just using Excel. That would give you what you want?

    I actually started with Excel but as soon as you start populating the spreadsheet with a bunch of check boxes, it starts dragging real quick. Wanting to make it as easy as possible for the user (mainly me) to just click and select as many options as possible.

    Yes, I'm probably trying to make it fancier than it needs to be but, always been that way for me.

  6. #21
    Edgar is offline Competent Performer
    Windows 8 Access 2016
    Join Date
    Dec 2022
    Posts
    309
    I'm not sure if what you're after is having a list of Hives next to each Apiary in your continuous form. If so, you might want to consider reports and, most importantly, reports inside reports for a built-in nested list with arguably more control than a textbox or listbox. In the end, if this sort of layout is what you're after, there may be some visual and functional limitations, but it does the job of presenting the lists as you want them.

    Are there other approaches? Yes, forms can also be embedded if you put them in another section, as has been said. Lastly, the web browser control could also take care of all these views with a ton of control, but it's harder to setup because it requires VBA, HTML and CSS know hows, it's very doable, though.

    Click image for larger version. 

Name:	untitled.png 
Views:	15 
Size:	36.2 KB 
ID:	52132
    Attached Files Attached Files
    Please click on the ⭐ below if this post helped you.


  7. #22
    ScubaBart is offline Competent Performer
    Windows 7 32bit Access 2007
    Join Date
    Jul 2024
    Posts
    117
    Quote Originally Posted by Edgar View Post
    I'm not sure if what you're after is having a list of Hives next to each Apiary in your continuous form. If so, you might want to consider reports and, most importantly, reports inside reports for a built-in nested list with arguably more control than a textbox or listbox. In the end, if this sort of layout is what you're after, there may be some visual and functional limitations, but it does the job of presenting the lists as you want them.

    Are there other approaches? Yes, forms can also be embedded if you put them in another section, as has been said. Lastly, the web browser control could also take care of all these views with a ton of control, but it's harder to setup because it requires VBA, HTML and CSS know hows, it's very doable, though.

    This looks very close to what I have been looking for. Will certainly open it and have a look. Fighting another problem presently but I will post a response once I get into this option you have provided.

    Thanks !!!

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

Similar Threads

  1. Replies: 3
    Last Post: 11-03-2016, 06:11 AM
  2. Replies: 3
    Last Post: 09-02-2013, 04:33 PM
  3. Possible? List box on continuous form
    By Buakaw in forum Forms
    Replies: 3
    Last Post: 07-22-2011, 11:16 AM
  4. Replies: 1
    Last Post: 04-02-2011, 11:55 AM
  5. Replies: 6
    Last Post: 02-09-2011, 07:30 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