John W. Colby
jwcolby at colbyconsulting.com
Fri Sep 3 16:12:32 CDT 2004
Charlotte, Do you know if this works at runtime or only at design time? John W. Colby www.ColbyConsulting.com -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Charlotte Foust Sent: Friday, September 03, 2004 4:03 PM To: Access Developers discussion and problem solving Subject: RE: [AccessD] JIT Forms? Look at the Application.CreateControl method for creating controls from code. If you want code behind that control, you need to add that to the form's module and set the control's named event to "[event procedure]" to connect them. Charlotte Foust