Solved Property Sheet not displaying.

Russp42

Registered User.
Local time
Today, 13:51
Joined
Nov 27, 2017
Messages
53
Property sheet is not displaying when in form or report design
 
can you Double-Click on the blank area of the design window?
 
does it show when you double-click?
 
use the method on post#2
goto VBA (Ctrl-G).
on Immediate window (bottom window on the right, if it is not showing press Ctrl-G again).
type:
CommandBars("Property Sheet").Position = 2
 
Get error.
Compile error. Expected identifier or bracketed expression. The add existing fields in tools is also not displaying
 
Just right-click anywhere in the forms design mode and click Properties at the bottom of the pop-up menu
 

Users who are viewing this thread

Back
Top Bottom