ACC97: Line Control Shows on All Pages of Tab Control (166362)



The information in this article applies to:

  • Microsoft Access 97

This article was previously published under Q166362
Novice: Requires knowledge of the user interface on single-user computers.

SYMPTOMS

When you drag a line onto a tab control page on a form in Microsoft Access 97, and you set the SpecialEffect property for that line to one of the following
  • Raised
  • Sunken
  • Etched
  • Shadowed
  • Chiseled
each additional page of the tab control will display the image of the line.

RESOLUTION

To have the line appear only on the first page of the tab control, you must set the SpecialEffect property of the line to Flat.

STATUS

Microsoft has confirmed this to be a problem in Microsoft Access 97. This problem no longer occurs in Microsoft Access 2000.

MORE INFORMATION

Steps to Reproduce Problem

  1. Open the sample database Northwind.mdb.
  2. Create a form and add a Tab control to the form.
  3. Drag a line onto Page 1 of the Tab control.
  4. Set the SpecialEffect property of the line to any setting other than Flat.
  5. Open the form in Form view. Note that the SpecialEffect property is displayed correctly.
  6. Click the Page 2 tab. Note the image of the line is displayed on the page.

REFERENCES

For more information about using the SpecialEffect property, search the Help Index for "SpecialEffect property," or ask the Microsoft Access 97 Office Assistant.

Modification Type:MajorLast Reviewed:9/27/2003
Keywords:kbbug kbui KB166362