C chrisjnelson New member Local time Today, 01:37 Joined Jan 22, 2002 Messages 9 Aug 2, 2002 #1 Is there a way of designing your forms so that they are different shapes? rather than dull rectangles
Is there a way of designing your forms so that they are different shapes? rather than dull rectangles
Graham T Registered User. Local time Today, 01:37 Joined Mar 14, 2001 Messages 300 Aug 2, 2002 #2 Try This..... Use Win32 API to give your forms irregular shapes: http://www.mvps.org/access/forms/frm0053.htm Never tried it myself though..... HTH Graham
Try This..... Use Win32 API to give your forms irregular shapes: http://www.mvps.org/access/forms/frm0053.htm Never tried it myself though..... HTH Graham
C chrisjnelson New member Local time Today, 01:37 Joined Jan 22, 2002 Messages 9 Aug 6, 2002 #3 Thanks Graham