Results 1 to 5 of 5
  1. #1
    JustAnElf is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Oct 2013
    Posts
    16

    Inline graphics in text fields

    Greetings one and all,
    I am in the process of creating a 'how to' knowledge database using MS Access. I would like to create an input form that has a large field capable of entering both text and graphics.



    For example, the data inside Field1 would say...
    How do I change the resolution of a monitor?
    Step 1: Right click in the middle of the screen
    <Display picture>
    Step 2: Select Screen Resolution
    <Display picture>
    Step 3: Etc.

    The total number of steps and pictures for each knowledge article would be different for each item. There could be 1 picture in the article, or there could be 50.

    Sadly however, I don't see any field types that could support what I would like to do. So far I've only seen examples where the pictures and texts are separate and static. Does anyone have any suggestions about how to over come this limitation?

    I'm open to using links to point to the pictures inside the text field to a remote folder. I'm even open to creating a report that takes all of the information on the input form and organizes it in a way so it looks like the example given above.

    Are there any scripts, controls, or template examples I could look at? Right now I'm open to just about any worth while idea.

  2. #2
    Dal Jeanis is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    May 2013
    Location
    Dallas TX
    Posts
    1,742
    Hmmm. Quick look and I didn't find anything for you. It sounds like you're trying to create the equivalent of a Word Document or a FrontPage document.
    There is a way to make an OLE Word document, but apparently it's buggy in Access 2010.
    http://social.msdn.microsoft.com/For...orum=accessdev

  3. #3
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Access is a lousy text editor. Would be better to create a help document in Word. Or as was originally constructed in my db, create HTML pages that can be opened by hyperlinks and build a Help search engine with something like Tipue http://freecode.com/projects/tipjse

    The student intern who built the user Help reference is no longer with us and I did not find the Help facility really needed (the db isn't that complicated), so I removed the relevant code and buttons. He was one smart kid, I never would have figured it out myself.

    I just reread the OP. This is not building a Help reference for the db, the db IS the Help reference. Bing: How to create knowledge base.

    Look at http://try.bloomfire.com/create-know...wledge%20+base
    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.

  4. #4
    JustAnElf is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Oct 2013
    Posts
    16
    Thank you for the very kind suggestions. After playing with the database design, I decided to simplify it. Right now I'm using the OLE Object data type and linking the document to field. The form looks GREAT until the Word document gets long. MS Access will take the entire document and squish the preview down to the size of a postage stamp.

    Is there any way to make MS access add some scroll bars to the OLE field so it does not compress the preview into very small type?

  5. #5
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    I doubt that is possible due to nature of the OLEObject control. The Size property has 3 options (zoom, clip, stretch). No where do I see a property to activate scroll bars.
    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.

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

Similar Threads

  1. Working with Graphics
    By WiReLaD in forum Database Design
    Replies: 12
    Last Post: 04-19-2013, 07:01 AM
  2. Graphics in access
    By amrut in forum Forms
    Replies: 1
    Last Post: 02-06-2013, 08:53 AM
  3. Graphics glitch in relationships window
    By amancini in forum Access
    Replies: 0
    Last Post: 02-07-2011, 04:23 PM
  4. Message Graphics
    By pkstormy in forum Access
    Replies: 0
    Last Post: 01-01-2011, 10:48 PM
  5. Resizing Graphics in Reports
    By asearle in forum Reports
    Replies: 2
    Last Post: 11-16-2010, 03:00 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