Changing Style In Form

L

Les

I Know this should be simple but I stuck trying to change the style of my
existing forms. At the moment its Expedition and I need it to be Standard.

Tried help but it was No Help!

Les
 
J

John Spencer (MVP)

As far as I know, you can't change the style after the form has been created.
You will have to rebuild the forms or modify the properties of the form and
controls by hand (or write some vba to do it).
 
Top