Page 2 of 2 FirstFirst 12
Results 16 to 22 of 22
  1. #16
    wscwt01 is offline Novice
    Windows 10 Access 2010 64bit
    Join Date
    Jun 2014
    Posts
    16
    Hi Mike,
    Have you applied a change to the attached?
    I am not clear on what you class as Sub-Form?


    When I open attached I still get the cut off at the bottom.
    Cheers,

    Quote Originally Posted by mike60smart View Post
    Hi
    You needed to make the subform longer to display all of the Controls

  2. #17
    Join Date
    May 2018
    Location
    Living in Scotland UK
    Posts
    1,821
    My apologies

    Here with the correct version
    Attached Files Attached Files

  3. #18
    Micron is offline Very Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,423
    I guess it depends on your monitor, but for me, everything needs to be moved around and resized so as to be appropriate for the data being displayed. No need for a 2" wide control that will show a single digit number, for instance. Also, records Id should not be visible on the form (it is the autonumber PK). If you need it for development purposes, then fine for now, but place it somewhere out of the way and make it invisible when done. This issue is what you get when everything doesn't fit and you turn off all scroll bars as you have done. Allowing them is another option?

    Does no one else get 2 error messages? One for missing type library and one "there is no object in this control"?
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  4. #19
    wscwt01 is offline Novice
    Windows 10 Access 2010 64bit
    Join Date
    Jun 2014
    Posts
    16
    Thanks a million Mike.

    Quote Originally Posted by mike60smart View Post
    My apologies

    Here with the correct version

  5. #20
    Join Date
    May 2018
    Location
    Living in Scotland UK
    Posts
    1,821
    Hi
    No problem but as Micros said. There are issues with the database when opening - Missing Reference and No Object.

    Also you are using Lookup fields in your tables. This is a No No is Access.

    You are using Reserved Words in your Master table. Year and Date

    In your Lookup tables it is recommended that you have an Autonumber to identify each Record.

  6. #21
    Micron is offline Very Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,423
    @wscwt; the reason for the error re: the control is that the built in date picker has been deprecated in later versions because it automatically appears by default for a textbox whose data type is date. I can't tell you what the alternatives are for your version (aside from a custom date picking form, which would be more work than it's worth). In addition to what Mike said, you also have spaces in object names, which is also not recommended. I didn't look at the rest of the db to see how the db schema (tables and their relationships) is, so no comment there at present. I got something to fit by playing around, but it's probably not how I would do it.
    Click image for larger version. 

Name:	formDesign.jpg 
Views:	9 
Size:	79.3 KB 
ID:	47280
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  7. #22
    Micron is offline Very Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,423
    This more closely resembles what I'd do. However, I'm not a fan of having 5 extra controls to do what one navigation control can do, so I'd be ditching those.
    Click image for larger version. 

Name:	formDesign2.jpg 
Views:	7 
Size:	73.4 KB 
ID:	47281
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

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

Similar Threads

  1. Best way to sum totals at bottom of form
    By tagteam in forum Access
    Replies: 6
    Last Post: 10-29-2021, 10:34 AM
  2. Replies: 10
    Last Post: 02-06-2018, 02:37 PM
  3. Replies: 8
    Last Post: 04-29-2013, 11:23 AM
  4. Totals showing across bottom of Datasheet view
    By Laurie B. in forum Access
    Replies: 8
    Last Post: 09-14-2011, 01:47 PM
  5. can't update form-in the bottom bar of
    By ymds in forum Access
    Replies: 2
    Last Post: 07-19-2010, 06:26 AM

Tags for this Thread

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