Draw Boxes around Text in Access for Shortcuts Report

Draw Boxes around Text in Access for Shortcuts Report

See how easy it is to draw boxes around text on a report ... and get a useful shortcut key report for Access and VBA. Since the Access Access newsletter started a few months ago, you've seen how to draw circles, lines, and boxes on a report. This edition shows you how to write text and draw rectangles around it, keep track of where you are, and draw more. Hope you like it, please share your comments!

This link has a PDF of the Access and VBA Shortcuts Report, a database with shortcut key information in tables, a query with information for the report, and the report. In the code behind the report, the ReportHeader_Format event sets up module level variables. The Detail_Format event for the shortcut detail opens a recordset for the keys to press and anything literal.

The code loops through the recordset, uses Print to write text, and Line to draw boxes. There are lots of comments in the code.

There is a logic section with screenshots and explanations, along with Reference links.

Read this article: Draw Shortcut Keys in Access

#msaccess #draw #box #line #report

要查看或添加评论,请登录

crystal (strive4peace)的更多文章

  • Use Access to Show or Hide in Word

    Use Access to Show or Hide in Word

    I put the things that I show or hide most when I'm using Word on an Access form. This saves time and frustration…

    4 条评论
  • Change 365 Version for Office

    Change 365 Version for Office

    I recently had an issue with 365 forgetting who I am (it had the wrong account) and also the January 7 rollout (which I…

    4 条评论
  • Monaco SQL Editor for Access

    Monaco SQL Editor for Access

    The long-awaited Monaco SQL Editor to help you visualize your queries is rolling out for Microsoft Access. Those on 365…

    1 条评论
  • Dive into, and Document, Access Relationships and Indexes

    Dive into, and Document, Access Relationships and Indexes

    Relationships define how tables are joined. A common method is to join an AutoNumber primary key in the parent table…

    7 条评论
  • Valuable Video Vessel

    Valuable Video Vessel

    Videos help you visualize and learn. When you find a great channel on YouTube and want to play all their videos, how do…

    4 条评论
  • Write Access Query to Word Bookmark

    Write Access Query to Word Bookmark

    See an Access query in a Word document, written after a bookmark in a pretty table. Download the code from…

    2 条评论
  • How Does Sorting Work with VBA?

    How Does Sorting Work with VBA?

    How does sorting a list of values work? It's easier than you might think. Bubble Sort is a simple method.

  • See your Queries better

    See your Queries better

    Get a list of all the query names in your Access database, along with what type of query each is. Do you ever want a…

    17 条评论
  • Visualize Access Relationships with Words

    Visualize Access Relationships with Words

    The relationships diagram in Access is a great way to see what's in your database, but how can you get a list of the…

  • Make Access Tab Control Pages come alive

    Make Access Tab Control Pages come alive

    Tab Controls are a great way to organize information on your busy Access forms. They have Pages where you can place…

    6 条评论

社区洞察

其他会员也浏览了