How to tell actual Border Style

  • Thread starter david epsom dot com dot au
  • Start date
D

david epsom dot com dot au

If you open a form as acDialog, you get a dialog style border, even though
the BorderStyle property is set to sizable.

Is there any way to tell what the actual border style is?

Or how do you tell that the form has been opened acDialog?

(david)
 
S

Sidney

DoCmd.OpenForm formname, , , , , acDialog

"david epsom dot com dot au" escreveu:
 
Top