G
Giri Palakodeti
How Can I programatically change Form Detail Width
' Comment Me.Detail.Width
Forms(rs1("Form")).Detail.Properties(rs1("ChangeProperty"))
= rs1("changeto_inches")
Also is Form's Left , Top, Right and Bottom are resolution specific to a PC.
Can i change those properties dynamically?
' Comment Me.Detail.Width
Forms(rs1("Form")).Detail.Properties(rs1("ChangeProperty"))
= rs1("changeto_inches")
Also is Form's Left , Top, Right and Bottom are resolution specific to a PC.
Can i change those properties dynamically?