How can I change the BorderStyle of a Form when in Form View? When I try
Me.BorderStyle = 1
I get a "You can't assign a value to this object" error
and when I try
Me.BorderStyle.Value = 1
I get an "Invalid Qualifier" error on BorderStyle.
Not sure what to do. Please help. Thanks
Jo
Cheers
Jo Jones
Me.BorderStyle = 1
I get a "You can't assign a value to this object" error
and when I try
Me.BorderStyle.Value = 1
I get an "Invalid Qualifier" error on BorderStyle.
Not sure what to do. Please help. Thanks
Jo
Jo Jones