Quantcast
Channel: Art Work – LEARN MS-ACCESS TIPS AND TRICKS
Viewing all articles
Browse latest Browse all 10

Form Background with Gradient Color

$
0
0

Form background pictures are not only used for giving the Form a different look but also for other useful purposes as well.

For example, if the user is keying in data from a pre-printed Document like a Telephone Bill or Electricity Bill etc.; it is a good idea to scan an image of this Document and use it as the Data Entry Form's background picture. The Data Fields can be positioned in appropriate locations on the image matching the physical Document so that it will be easier for the user to find information on the Document and key-in exactly on the same locations on the Form.

Microsoft Access Form Wizard have several images to use as background picture, but I didn't find the one that I need; the one with a gradient background. So, I thought I will make one of my own and use it.

The steps that I have taken are given below to create the image for the Form Background picture.

  1. Opened a new Microsoft Word Document and gone through the following steps to create a Gradient Bit Map Image:
  2. Selected Format – – >Background – – > Fill Effects.
  3. Under Colors options selected One Color.
  4. Clicked on the Color 1 drop down control and selected a light color.
  5. Used the Darker/Lighter slider control to adjust the color tone.
  6. Selected the Horizontal Radio Button under Shading Styles.
  7. Clicked on one of the Style Variants.
  8. Clicked OK to apply the selected shade as Background of the Word Document.
  9. Maximized the Word Document Window.
  10. Push the Prt Scrn key (at the top row right side). The full screen image is now captured and copied to Clipboard.
  11. Opened MS-Paint Program. You can find this in Start – – > Programs – – > Accessories.
  12. Displayed the Toolbox (View – ->Toolbox or press Ctrl+T).
  13. Selected the Select Tool (the one at Top right with a rectangle picture).
  14. Drawn a rectangle from left top corner of the gradient image area to right bottom corner to select the image large enough for my Form‘s width and height. If you find the width is not enough to cover your form then change the Page Orientation of the Word Document into Landscape before capturing it in MS-Paint.
  15. Used Ctrl+C to copy the selected area into Clipboard.
  16. Clicked outside the selected area to deselect the earlier selection.
  17. Selected Clear Image from Image Menu (Ctrl+Shift+N) to clear the Canvas. Inspected the right Scroll Bar to check whether it is positioned at the top or not. It was positioned slightly down so I dragged it up to the top. Similarly adjusted the Scroll bar at the bottom to position at the left end.
  18. Pressed Ctrl+V to paste the copied image from the Clipboard.
  19. Clicked outside the pasted image to de-select it.
  20. Dragged the Sizing control at the bottom of the Canvas up and stopped at the edge of the pasted image to eliminate the white area of the canvas.
  21. Similarly adjusted the right side of the image.
  22. Selected Save from File Menu to save the image at a convenient location with a name.

If you were with me so far then we will enter into the next stage of implementing the gradient image as background picture. But, there are some limitations to use images like this one as background picture, but we can overcome this with a little trick. If you are thinking about the increase in size of the database then you are in the right direction. If you are considering the idea of saving the image in .jpeg or .GIF format; then you are far ahead of me. Saving the image in .GIF format in MS-Paint will not give you a good quality image. If you have the software like Adobe Photoshop then you can make a better quality .GIF image.

We will do another trick to use the .bmp image itself to maintain the background image quality without affecting the database size.

But, first let us see how to apply the gradient image as the Form's Background picture.

Before opening your database if you would like to check the present size of your database you may open Windows Explorer, check and note down the current size of the database. I suggest you better Compact the Database before you take its file size. You may check it again after the background picture is added to a Form to find the difference.

  1. Open your Database and open a Form in Design View or create a new one.
  2. Display the Property Sheet of the Form (View – -> Properties).
  3. Find the Picture Property and click on it.
  4. Click on the build button (. . .) at the right side of the Property Sheet and click on it to browse to the location of the image you have saved and select the image.
  5. The next four Properties are used for formatting and displaying the Background Picture.
  • Picture Type
  • Picture Size Mode
  • Picture Alignment
  • Picture Tiling

The Picture Type Property has two choices Embedded or Linked to select from and the default value is embedded. The embedded option is provided for invoking the default Image Editor Program from within MS-Access by double-clicking on the image and to make changes to the image, if needed. To facilitate this; the necessary image editor program invocation information is also stored along with the image in the database, resulting a substantial increase of the database size for each image you add this way on your Form or Report. But, the background image inserted this way cannot be edited by double-clicking on the background as we do on the inserted image as an OLE object, on the Form.

A better choice is Linked option that will keep the image outside and the database size is not affected. In either case the image should go along with your database in the same location of the image wherever you take your database.

The Picture Size Mode have three options Clip (default) displays the picture in actual size wherever you position it by setting one of the Picture Alignment property Values (Top Left, Top Right, Bottom Right, Bottom Left, Center and Form Center). The Center option will position the image vertically and horizontally centered on the Form and the Form Center option will position the image vertically centered at the left side.

The Stretch Picture Size Mode option will stretch the image to fit the dimension of the Form and result in distortion of the image, if it is a picture of something.

The Zoom Picture Size Mode option will attempt to maintain the right proportions of the image when stretched to match the dimensions of the Form. But both the Stretch and Zoom options will show stretch marks when the Form is restored to its original size. This is very much evident when a .jpeg or .GIF image is used.

We can modify our earlier .bmp file to a one pixel width image and Tile it across the Form that will give a good quality gradient picture effect and the image size also will be small.

  1. Open the earlier saved .bmp image in MS-Paint Program.
  2. Select Attributes. . . from Image Menu.
  3. Change the Width Value to 1 and let the Height value remain without change.
  4. Check the Units selected is Pixels.
  5. Save the image with a different name.
  6. Change the name of the background image to the new image in the Picture property of the Form.

    Caution: Do not attempt to use the Picture Size Mode property options Stretch or Zoom; MS-Access will hang up.

  7. Set the Picture Tiling Property Value to Yes and save the Form.
  8. Open the Form in Normal View and enjoy your creation.

StumbleUpon Toolbar


Viewing all articles
Browse latest Browse all 10

Trending Articles