R resolva Registered User. Local time Today, 07:36 Joined Apr 7, 2009 Messages 35 Nov 10, 2009 #1 I have a subform on my main form but I want to completely remove the border from the subform so it looks like its still on the same form. Is this at all possible?
I have a subform on my main form but I want to completely remove the border from the subform so it looks like its still on the same form. Is this at all possible?
boblarson Smeghead Local time Today, 07:36 Joined Jan 12, 2001 Messages 32,059 Nov 10, 2009 #2 Yep, just set the BORDER property of the subform control (control on the main form which houses the subform) to TRANSPARENT, and the SPECIAL EFFECT to FLAT.
Yep, just set the BORDER property of the subform control (control on the main form which houses the subform) to TRANSPARENT, and the SPECIAL EFFECT to FLAT.
R resolva Registered User. Local time Today, 07:36 Joined Apr 7, 2009 Messages 35 Nov 10, 2009 #3 Got it Bob, thank you very much