Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    Lou_Reed is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2015
    Posts
    1,664

    I cannot see how to Create this form/section

    I am running through the tutorial Microsoft Access Example Database : The Ceil In Hotel

    The link is here:

    http://www.functionx.com/access/appl...ns/ceilinn.htm

    Code:
    My issue/problem is with the following step:
    
    
    
    
    1. Design the form approximately as follows:
      Control Name Caption Back Color Control Source
      Label Available Rooms
      Line
      Label Room #
      Label Room Type
      Label Bed Type
      Label Rate
      Text Box RoomNumber RoomNumber
      Text Box RoomType RoomType
      Text Box BedType BedType
      Text Box Rate Rate
    2. Save and close the form

    I have no idea how to design these two forms. I have been successful up until this location.



    But how do I do this? it just says in the text design, but not how to do it.


    Any help appreciated.


    Thanks in advance.


    Respectfully,


    Lou_Reed

    PS. Please note that I a trying to create this form and the one above it. I just cannot include it. Too many images for including.

  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,646
    Add controls (labels, lines, textboxes, etc) from the Design tab on the ribbon.

    Or click on the table then click the Form icon on the Create tab and let the wizard build for you.
    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
    Lou_Reed is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2015
    Posts
    1,664
    You need to be more explicit. I go the top part of the form, but the bottom part is still eluding me.

    That part is now shown here:

    Code:
    1. Control
    1. Name
    1. Caption
    1. Back Color
    1. Control Source
    1. Label
    1. Available Rooms
    1. Line
    1. Label
    1. Room #
    1. Label
    1. Room Type
    1. Label
    1. Bed Type
    1. Label
    1. Rate
    1. Text Box
    1. RoomNumber
    1. RoomNumber
    1. Text Box
    1. RoomType
    1. RoomType
    1. Text Box
    1. BedType
    1. BedType
    1. Text Box
    1. Rate
    1. Rate
    1. Save and close the form


    I just do not see how to do that section. That section looks more like a table than a form.

    Any help appreciated.

    Thanks in advance.


    Respectfully,


    Lou Reed
    Last edited by Lou_Reed; 03-31-2015 at 02:42 PM. Reason: correcting typos

  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,646
    I don't understand. What 'section' - Detail?

    Posted images do not look like form - just specifications.

    Are you in Design View of form?

    Don't know how more explicit can be. Building form is one of the most basic functionalities of Access.
    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
    Lou_Reed is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2015
    Posts
    1,664

    This is a tbale not a form

    The lower part of the Form that told you about does not even look like a form it looks more like a table. That is what I find confusing.

    The top of the table/form says

    Control Name Caption Back Color Control Source

    followed by individual squares that contain Label Line Label Label Label Text Box Text Box Text Box Text Box

    in the first column.


    Then the second column shows various symbols from the MS Access 2010 IDE.

    This clearly looks like a table to me. So how can one build a table and a form on the same

    page? I know this may sound simple to a expert, but to some who started using MS Access last Monday - it is not.


    As I said this is clearly some kind of table yet the tutorial for the Ceil Inn motel calls it a form.


    That is why I am confused.


    Any help appreciated. Thanks in advance.


    Respectfully,


    Lou_Reed
    Last edited by Lou_Reed; 04-01-2015 at 08:00 AM. Reason: typo

  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,646
    Sounds like a Split form. A Split form shows a datasheet (table) at bottom (or side if chosen) and a single record on the top.

    If you based the form on a table that has fields named Control, Name, Caption, BackColor, ControlSource then that is why the form shows those horizontally and the vertical info is the data in those fields. But that's not what you should do. Build a table and form with specified properties.

    Build a table that has fields named RoomNumber, RoomType, BedType, Rate. Then establish controls on form as described. There will be 4 textboxes - one for each of the fields. Other controls on the form will be labels and lines as enumerated in the tutorial.

    Why are you having difficulty with this table and form? It is the third table in the tutorial. Did you build the other two tables without issue? Did you build the other forms that preceded this one?


    Suggest you experiment with the various form building tools on the Create tab then drag controls to form from the Design tab.
    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
    Lou_Reed is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2015
    Posts
    1,664

    Ceil Inn tutorial

    Of course, I have followed the tutorial and have completed every step.


    Respectfully,


    Lou_Reed

  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,646
    If the issue is simply that the form is a Split form and you don't want that, change the form DefaultView property to the desired form type. Otherwise, I don't understand the issue.
    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
    Lou_Reed is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2015
    Posts
    1,664

    I created a splt forrm

    I have created a split form. I used what I had in the top form - the form with "Available Rooms".



    I then added the second form in datasheet view by pressing F4 and changing from continuous forms
    to split form.

    I then placed the datasheet view on the bottom of the screen below the first (Available Rooms) form.

    It is there - the datasheet view only I see it in form view, but not in form design.

    I am assuming that is where the other from input goes:





    Control Name Caption Back Color Control Source

    Label


    Line


    Label


    Label


    .

    However, I am not sure how to populate that datasheet form.

    As I said I only see it in form view not design view.


    I realize these are simple questions to an experienced MS Access professional.

    I am not one.

    I have been using MS Access since Monday.

    As I said, I created the split form with datasheet view on the bottom.

    But what next? The pattern that I delineated above must go in there, but I do not see how.

    Any help appreciated.

    Thanks in advance.


    Respectfully,



    Lou Reed

  10. #10
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,646
    Not following that. If you want to provide db for analysis, follow instructions at bottom of my post.
    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.

  11. #11
    Lou_Reed is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2015
    Posts
    1,664
    I can create split forms and I can create what is at the top of the form. The problem is simply creating table like this:

    Code:
    Control Name Caption Back Color Control Source
    Label Available Rooms
    Line
    Label Room #
    Label Room Type
    Label Bed Type
    Label Rate
    Text Box RoomNumber RoomNumber
    Text Box RoomType RoomType
    Text Box BedType BedType
    Text Box Rate Rate
    I can integrate into the other form creating a split form. But how do create this table? I know that it is a little more elaborate that what I have shown here. That is

    all I can do with cut and paste. But, I think that you know and understand my point.

    How do you create this table?


    Any help appreciated.


    Thanks in advance.


    Respectfully,


    Lou_Reed

  12. #12
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,646
    I don't understand. Why would you create a table that has fields named: Control, Name, Caption, Back Color, Control Source?

    The instructions are to create a table that has fields named: RoomNumber, RoomType, BedType, Rate.

    If you have already built other tables and forms from this tutorial, this one should be simple effort. Provide your db for analysis. Follow instructions at bottom of my post.
    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.

  13. #13
    Lou_Reed is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2015
    Posts
    1,664

    db file attached above

    The file is in this post compacted and repaired. If you need anything else let me know

    Respectfully,

    Lou_Reed
    Attached Files Attached Files

  14. #14
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,646
    Now I understand the confusion. Had to read the tutorial again. There is no table for AvailableRooms. This form is based on a query that uses other tables.

    Why is AvailableRooms form set for Split? The instructions specify Continuous.

    You used Textbox controls for labels in the form header section. Use Label control for label.


    I never set Caption property in table. I want to see actual field names when I view tables.
    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.

  15. #15
    Lou_Reed is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2015
    Posts
    1,664

    I made it a split form becasue you said it was a spli form.

    The reason that it is a split is that on a previous post you called it a split form. I went with it.

    I will try your recommendations.

    Why do you say that the form is based on a query that uses other tables?

    Is there a more elaborate version of the Ceil Inn tutorial. this version leaves stuff out.


    Thanks.

    Respectfully.

    Lou_Reed
    Last edited by Lou_Reed; 04-03-2015 at 02:11 PM. Reason: elaborate

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

Similar Threads

  1. Replies: 2
    Last Post: 01-09-2014, 07:24 PM
  2. Replies: 1
    Last Post: 10-22-2013, 07:43 PM
  3. Replies: 2
    Last Post: 05-22-2013, 02:50 PM
  4. Replies: 6
    Last Post: 03-26-2013, 12:17 PM
  5. Replies: 20
    Last Post: 09-12-2012, 06:52 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