ACC2000: No Menu Command to Remove a Background Picture from a Data Access Page (258986)
The information in this article applies to:
This article was previously published under Q258986 Moderate: Requires basic macro, coding, and interoperability skills.
This article applies to a Microsoft Access database (.mdb) and to a Microsoft Access project (.adp).
SYMPTOMS
After you have added a background picture to a data access page, either by using the Format menu or by using HTML attribute tags, you note that there is no menu command in Design view of the page to remove the picture.
RESOLUTION
You can use one of two methods to remove a background picture from a data access page. You can modify the Background property of the data access page. Or you can edit the HTML source code for the page.
Modifying the Background Property- In Design view of the page, click Select Page on the Edit menu.
- If the property sheet is not displayed, click Properties on the View menu.
- In the property sheet, click the Format tab.
- Place the mouse pointer in the Background property box, press SPACEBAR once, and then press ENTER. The background picture is removed. If you want, you can remove the space from the Background property box.
Editing the HTML- In Design view of the page, point to Macro on the Tools menu, and then click Microsoft Script Editor.
- On the View menu, click Other Windows, and then click Document Outline.
- In the Document Outline window, click the Body object.
- Inside the Body tag, remove the Background-Image attribute. The Background-Image attribute looks similar to the following source code:
BACKGROUND-IMAGE: url(C:\Program Files\Microsoft
Office\Office\Samples\Page4_files\image008.gif);
- On the File menu, click Save, and then on the File menu, click Exit.
STATUSMicrosoft has confirmed that this is a problem in Microsoft Access 2000.
Modification Type: | Minor | Last Reviewed: | 7/13/2004 |
---|
Keywords: | kbbug kbDAP KB258986 |
---|
|