J jmlight Registered User. Local time Today, 13:39 Joined Feb 6, 2009 Messages 54 Mar 6, 2009 #1 In design view, my form looks perfect. But when it displays in Form view - the spacing is way off... Is there a way to have the design view in WYSIWYG?
In design view, my form looks perfect. But when it displays in Form view - the spacing is way off... Is there a way to have the design view in WYSIWYG?
HiTechCoach Well-known member Local time Today, 12:39 Joined Mar 6, 2006 Messages 4,357 Mar 6, 2009 #2 Hmmm... interesting .... I have not seen that before except maybe with datasheet mode. What version of Access are you using? Just to be sure, are you using datasheet mode? Can you post some screen shots?
Hmmm... interesting .... I have not seen that before except maybe with datasheet mode. What version of Access are you using? Just to be sure, are you using datasheet mode? Can you post some screen shots?
maxmangion AWF VIP Local time Today, 18:39 Joined Feb 26, 2003 Messages 2,805 Mar 6, 2009 #3 In design view, my form looks perfect. But when it displays in Form view - the spacing is way off... Click to expand... When you return to the Form View, try the "Size to Fit Form" which is under the Window Menu ... this usually sorts the issue.
In design view, my form looks perfect. But when it displays in Form view - the spacing is way off... Click to expand... When you return to the Form View, try the "Size to Fit Form" which is under the Window Menu ... this usually sorts the issue.
Ron_dK Cool bop aficionado Local time Today, 19:39 Joined Sep 5, 2002 Messages 2,141 Mar 6, 2009 #4 Or put this on the on open property of the form : Private Sub Form_Open(Cancel As Integer) DoCmd.Maximize End Sub
Or put this on the on open property of the form : Private Sub Form_Open(Cancel As Integer) DoCmd.Maximize End Sub