How can i get the index number of a form ?

  • Thread starter Thread starter Guest
  • Start date Start date
The index number of a form is not normally a useful value.
Just use the form name as the index.

(david)
 
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
 
Back
Top