Andy Lacey
andy at minstersystems.co.uk
Mon Feb 28 02:24:36 CST 2005
Hi Joe You need to know what height of course, but Dim frm As Form Dim lngMyHeight as long Dim ctl as Control lngMyHeight= xxxxx For each ctl in Me.Controls if ctl.ControlType = acTextBox then ctl.Height=lngMyHeight end if Next HTH -- Andy Lacey http://www.minstersystems.co.uk > -----Original Message----- > From: accessd-bounces at databaseadvisors.com > [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Joe Hecht > Sent: 28 February 2005 07:26 > To: AccessD > Subject: [AccessD] Set height of txt boxes equal > > > Anyone know the way to the code? > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > >