Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    SierraJuliet's Avatar
    SierraJuliet is offline Competent Performer
    Windows 7 64bit Access 2013 64bit
    Join Date
    Dec 2017
    Location
    Earth
    Posts
    211

    Custom button

    I already know how to build a button.



    I am interested in a button image typically seen on contact phone books in Microsoft programs.

    It looks like an outline of a single person. Do not like the ones available in Access.

    The question is where do I find it or similar ones?

    Thanks in advance.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,772
    Maybe use SnippingTool to create clip art? At least post it here so we can see what you are talking about.


    Bing: Microsoft contact icon
    Would one of these work https://findicons.com/search/contact
    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
    SierraJuliet's Avatar
    SierraJuliet is offline Competent Performer
    Windows 7 64bit Access 2013 64bit
    Join Date
    Dec 2017
    Location
    Earth
    Posts
    211
    Example:

    Click image for larger version. 

Name:	Capture.PNG 
Views:	21 
Size:	1.1 KB 
ID:	32303

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,772
    Can easily save that clip as a png file. Converting to an ico file might require special graphics software.
    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
    SierraJuliet's Avatar
    SierraJuliet is offline Competent Performer
    Windows 7 64bit Access 2013 64bit
    Join Date
    Dec 2017
    Location
    Earth
    Posts
    211
    I know, just do not want to reinvent the wheel. I was wondering if anyone knew of a secret hideout for buttons like that.

    For those interested in making custom icons for desktop or applications, this is a good one: http://icoconvert.com/

  6. #6
    isladogs's Avatar
    isladogs is offline Access MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    6,204
    Have a look at the images in the attached Excel file
    Click Icon Gallery then look at the various ribbon menu items

    This is supplied with the free version of the IDBE Ribbon Creator app so it should be OK to share....
    Attached Files Attached Files
    Colin Riddington, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I know I don't know, I keep quiet!

  7. #7
    SierraJuliet's Avatar
    SierraJuliet is offline Competent Performer
    Windows 7 64bit Access 2013 64bit
    Join Date
    Dec 2017
    Location
    Earth
    Posts
    211
    Awesome! Thanks. I took a look and might be able to use some.

  8. #8
    SierraJuliet's Avatar
    SierraJuliet is offline Competent Performer
    Windows 7 64bit Access 2013 64bit
    Join Date
    Dec 2017
    Location
    Earth
    Posts
    211
    Similar information but for MS Word backstage: https://www.microsoft.com/en-us/down....aspx?id=21103

  9. #9
    isladogs's Avatar
    isladogs is offline Access MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    6,204
    Just found the original source for the Excel version: https://www.microsoft.com/en-us/down....aspx?id=11675
    Both this and the Word version are very similar if not identical.
    Perhaps Excel version slightly easier to use....
    Colin Riddington, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I know I don't know, I keep quiet!

  10. #10
    SierraJuliet's Avatar
    SierraJuliet is offline Competent Performer
    Windows 7 64bit Access 2013 64bit
    Join Date
    Dec 2017
    Location
    Earth
    Posts
    211
    Excel is very easy to use. In fact it can be setup like a database and make things like pivot charts and tables far easier than Access. A chart in Access that took me a week to figure out with help on this forum I was able to do in 20 minutes on excel by importing the database table into Excel and parsing it. Microsoft needs to slap themselves for removing that feature. Oh and the charts look better in excel, not even a comparison. I am not telling you seasoned folks anything new, this is more for those who do not know.

    I just have to figure out how to get those icons from either the word or excel libraries...

  11. #11
    isladogs's Avatar
    isladogs is offline Access MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    6,204
    Quote Originally Posted by SierraJuliet View Post
    Excel is very easy to use. In fact it can be setup like a database and make things like pivot charts and tables far easier than Access. A chart in Access that took me a week to figure out with help on this forum I was able to do in 20 minutes on excel by importing the database table into Excel and parsing it. Microsoft needs to slap themselves for removing that feature. Oh and the charts look better in excel, not even a comparison. I am not telling you seasoned folks anything new, this is more for those who do not know.

    I just have to figure out how to get those icons from either the word or excel libraries...
    Hmmm...
    Whilst Excel can be set up as a flat file database, its not suitable for a relational database.
    However, I agree about the stupidity of MS in removing pivot charts / tables from Access and that Excel has a much better charting system
    The best powerful feature of Excel in my view is Power Query (now called Get & Transform in 2016 version) which is a feature Access really should have.

    You might want to instead consider getting those icons into Access as a 'library'
    Colin Riddington, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I know I don't know, I keep quiet!

  12. #12
    SierraJuliet's Avatar
    SierraJuliet is offline Competent Performer
    Windows 7 64bit Access 2013 64bit
    Join Date
    Dec 2017
    Location
    Earth
    Posts
    211
    Yes, but it can be setup "like" a database, if someone maximizes it with VBA. In fact, all computer file structures are based on the same methodology in addition to a file server (hos posh) with some more effective than others. Therefore, many things apply the database methodology but with varying degrees of success when it comes to managing relationships between records, which is the only thing databases are uniquely designed for with high degree of confidence IF the user normalizes their data effectively, which does not mean always normalizing to nth normal form.

    I was already working on getting those icons into Access library.

  13. #13
    isladogs's Avatar
    isladogs is offline Access MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    6,204
    Quote Originally Posted by SierraJuliet View Post
    Yes, but it can be setup "like" a database, if someone maximizes it with VBA. In fact, all computer file structures are based on the same methodology in addition to a file server (hos posh) with some more effective than others. Therefore, many things apply the database methodology but with varying degrees of success when it comes to managing relationships between records, which is the only thing databases are uniquely designed for with high degree of confidence IF the user normalizes their data effectively, which does not mean always normalizing to nth normal form.
    We could get into a long discussion about that ... but time is short ....

    I was already working on getting those icons into Access library.
    Great - please upload a copy when you've done so!
    Colin Riddington, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I know I don't know, I keep quiet!

  14. #14
    SierraJuliet's Avatar
    SierraJuliet is offline Competent Performer
    Windows 7 64bit Access 2013 64bit
    Join Date
    Dec 2017
    Location
    Earth
    Posts
    211

    I will upload when I figure it out.

  15. #15
    isladogs's Avatar
    isladogs is offline Access MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    6,204
    In the meantime, is this any use?
    Just came across it looking for something else

    Click image for larger version. 

Name:	if_preferences-contact-list_24249.png 
Views:	13 
Size:	8.9 KB 
ID:	32311
    Colin Riddington, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I know I don't know, I keep quiet!

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

Similar Threads

  1. Replies: 2
    Last Post: 11-10-2014, 06:22 PM
  2. Custom Button in Ribbon
    By chriscardwell06 in forum Access
    Replies: 3
    Last Post: 12-12-2013, 08:09 AM
  3. Custom button captions msgbox
    By Ruegen in forum Access
    Replies: 2
    Last Post: 11-20-2013, 03:59 PM
  4. Replies: 1
    Last Post: 11-15-2013, 03:22 PM
  5. Custom button click to Built-in pop-up filter
    By LindaRuble in forum Reports
    Replies: 1
    Last Post: 08-23-2012, 07:00 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