Results 1 to 10 of 10
  1. #1
    snowboarder234's Avatar
    snowboarder234 is offline Competent Performer
    Windows XP Access 2010 32bit
    Join Date
    Sep 2011
    Posts
    243

    Started with a predefined form, but want to change layout

    The fields are all locked. How do I break them apart so I can move them around?
    MS 2011
    Windows XP

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    Highlight one or more, right-click and select Layout/Remove.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    snowboarder234's Avatar
    snowboarder234 is offline Competent Performer
    Windows XP Access 2010 32bit
    Join Date
    Sep 2011
    Posts
    243
    Click image for larger version. 

Name:	shrink.jpg 
Views:	9 
Size:	179.9 KB 
ID:	8378
    Thank you for your help. Two more quesitons:
    1. How do I shrink this down to fit on an 8 1/2 x 11? Right now it only fits on an a 8 1/2 x 14
    2. I have the first sort by the grant number. How do I get a secondary sort so that the names are sorted alpha with the corresponding grant number?

    Thank you.

  4. #4
    snowboarder234's Avatar
    snowboarder234 is offline Competent Performer
    Windows XP Access 2010 32bit
    Join Date
    Sep 2011
    Posts
    243
    Thank you for your help. Two more quesitons:
    1. How do I shrink this down to fit on an 8 1/2 x 11? Right now it only fits on an a 8 1/2 x 14
    2. I have the first sort by the grant number. How do I get a secondary sort so that the names are sorted alpha with the corresponding grant number?

    Thank you.
    Click image for larger version. 

Name:	shrink.jpg 
Views:	2 
Size:	161.6 KB 
ID:	8380
    Attached Thumbnails Attached Thumbnails shrink.jpg  

  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,521
    Well, generally speaking you would shrink down the size of controls until you achieved the look you wanted. As to the sort, you'd add the second field in Sorting and Grouping.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  6. #6
    snowboarder234's Avatar
    snowboarder234 is offline Competent Performer
    Windows XP Access 2010 32bit
    Join Date
    Sep 2011
    Posts
    243

    Thanks for your help, but I don't seem to be getting it as to the group and sort....

    Quote Originally Posted by pbaldy View Post
    Well, generally speaking you would shrink down the size of controls until you achieved the look you wanted. As to the sort, you'd add the second field in Sorting and Grouping.
    The report includes years 2004 - 2011. I want it first sorted by year. I figured that out. The year also includes the grant number, ie; 04-217. But then, within each year, I want the names sorted by alpha so it it is properly assigned to it's grant number.

    Click image for larger version. 

Name:	sort.jpg 
Views:	3 
Size:	68.3 KB 
ID:	8392
    Do I have to manually do a separate report for each year to achieve this?

  7. #7
    snowboarder234's Avatar
    snowboarder234 is offline Competent Performer
    Windows XP Access 2010 32bit
    Join Date
    Sep 2011
    Posts
    243

    To expedite this thing....

    Quote Originally Posted by snowboarder234 View Post
    The report includes years 2004 - 2011. I want it first sorted by year. I figured that out. The year also includes the grant number, ie; 04-217. But then, within each year, I want the names sorted by alpha so it it is properly assigned to it's grant number.

    Click image for larger version. 

Name:	sort.jpg 
Views:	3 
Size:	68.3 KB 
ID:	8392
    Do I have to manually do a separate report for each year to achieve this?
    Just ignore the above request. If someone could just tell me how to break out the grant numbers thusly:
    all the 04'S in one report, all the 05's in one report, etc. I theorize that if I do that then I can achieve my goal of getting the names sorted by alpha while grouping each year in a separate report.
    Right now the table contains grants numbers starting with 04 - 11. Again, my goal is to break it down into years (aka grant number) then alphabetically within the year. I think doing a separate report for each year (while time-consuming) will be easier at this point.

    Thanks for the help.

  8. #8
    snowboarder234's Avatar
    snowboarder234 is offline Competent Performer
    Windows XP Access 2010 32bit
    Join Date
    Sep 2011
    Posts
    243

    I tried doing it at the query level in the criteria field, no luck.

    Quote Originally Posted by snowboarder234 View Post
    Just ignore the above request. If someone could just tell me how to break out the grant numbers thusly:
    all the 04'S in one report, all the 05's in one report, etc. I theorize that if I do that then I can achieve my goal of getting the names sorted by alpha while grouping each year in a separate report.
    Right now the table contains grants numbers starting with 04 - 11. Again, my goal is to break it down into years (aka grant number) then alphabetically within the year. I think doing a separate report for each year (while time-consuming) will be easier at this point.

    Thanks for the help.
    If you have a suggestion for doing this at the query level in the criteria field it would be helpful.

  9. #9
    snowboarder234's Avatar
    snowboarder234 is offline Competent Performer
    Windows XP Access 2010 32bit
    Join Date
    Sep 2011
    Posts
    243

    I figured it out

    Quote Originally Posted by snowboarder234 View Post
    If you have a suggestion for doing this at the query level in the criteria field it would be helpful.
    In the query criteria field for the GrantID I used: <"04_45" -- that gave me all the 04 grants, thus excluding the years I didn't want. Once I've grouped all the 04s into one report, I can then sort it alpha by name. I'll repeat the process for 05, 06, etc. Not very elegant, but it will get the job done for now. I'll be back.......

  10. #10
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    You might also try adding a calculated field:

    Left(GrantID, 2)

    which would let you put a parameter on that field and get any year you want. Or a similar thing with a date field if you have one:

    Year(DateField)
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

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

Similar Threads

  1. Replies: 3
    Last Post: 06-21-2012, 05:25 PM
  2. Change layout on access 2010 contact database.
    By trumpetman in forum Access
    Replies: 0
    Last Post: 06-18-2012, 05:02 AM
  3. Change of report layout
    By funsofinnih in forum Reports
    Replies: 1
    Last Post: 01-24-2012, 07:18 PM
  4. attachments to predefined directory
    By surfcaster in forum Forms
    Replies: 0
    Last Post: 03-04-2010, 02:22 PM
  5. Replies: 2
    Last Post: 01-22-2010, 03:53 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