Page 2 of 2 FirstFirst 12
Results 16 to 21 of 21
  1. #16
    chacham is offline Novice
    Windows XP Access 2003
    Join Date
    Dec 2017
    Posts
    10
    The link Post #4 looks quite good, but the limitation on objects on the form might be a problem. Also, that is a designing tool, and i am not sure how well that would translate into code afterwards. I didn't realize post #6 was a different link! Is that the same program? They haven't yet given me a Windows laptop, so i have not been able to check out the code directly.



    The rows and seats are not so uniform. The seats are the same size, but where they line up is different, due to polls or whatnot. That is why a map seems so attractive, even though the coordinates would need to be recorded for each seat. As the seats rarely change, however, i am not sure that is much of a problem.

    You say subforms are not much more complex. Would i be able to use a few of them seamlessly to give the the impression of it being exactly one map? The subforms have the advantage of not having to worry about size. Also, would i have to code each button separately?

  2. #17
    Bulzie is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    Nov 2015
    Posts
    1,511
    So placing seats in a room, will it always be the same format or could it change constantly. If it can and needs to change that adds difficulty to your process. Also does it have to "appear" just like the room layout where you might have a column, tables, podium, etc. or can it just be a form for each room that has just seats in a row like one of the posts in the other forum thread? Being able to click a seat object and see data or update data should not be an issue.

    As far as coding, if you name the objects (rooms and seats) as say R1S1 for room1 seat1, R1S2, R1S3....R2S1 room2 seat1, or if you need to keep all seats going numerically, maybe R2S501 to start with seat 501 in room 2, etc. then you can use code to loop through these objects names if needed. So these would all be fields in the various tables and subforms.

  3. #18
    aytee111 is offline Competent At Times
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    Yes, each "seat" would need to be programmed separately, altho as stated it can be a common routine for each, just passing it the object name.

    The link in post # 6 looks perfect for your requirements. It has a room layout with rows and seats, on mouse-over you can see the details for each seat, and it changes color when booked.

  4. #19
    chacham is offline Novice
    Windows XP Access 2003
    Join Date
    Dec 2017
    Posts
    10
    Quote Originally Posted by aytee111 View Post
    The link in post # 6 looks perfect for your requirements. It has a room layout with rows and seats, on mouse-over you can see the details for each seat, and it changes color when booked.
    Thank you. I will have to take a look at that then. Now, i just need that Windows laptop...

  5. #20
    aytee111 is offline Competent At Times
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    Not sure what you need, would it help to attach it to this post?

  6. #21
    chacham is offline Novice
    Windows XP Access 2003
    Join Date
    Dec 2017
    Posts
    10
    Oh, i just need a Windows laptop so i can get to work. They are supposed to provide one for me, or at least a place to work, because i do not have Windows myself.

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

Similar Threads

  1. Replies: 2
    Last Post: 04-04-2012, 09:07 PM
  2. Replies: 3
    Last Post: 08-09-2010, 08:02 PM
  3. Combo box returning only about 1000 records
    By cjbuechler in forum Forms
    Replies: 12
    Last Post: 06-30-2010, 08:27 AM
  4. Document 1000,s Access DBs automatically
    By Blaise in forum Access
    Replies: 3
    Last Post: 05-18-2010, 11:30 AM
  5. Error 1000
    By Hinkhig in forum Access
    Replies: 4
    Last Post: 10-01-2009, 08:12 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