G Guest Jun 11, 2006 #3 The index number of a form is not normally a useful value. Just use the form name as the index. (david)
The index number of a form is not normally a useful value. Just use the form name as the index. (david)
J JethroUK© Jun 11, 2006 #4 access vba doesn't support control arrays - you can refer to a form by it's name or by it's number within the forms collection
access vba doesn't support control arrays - you can refer to a form by it's name or by it's number within the forms collection