G’day Happy_NY.
I don’t know either but could not care less except for the following…
If ‘Pat explained it needs to be done backwards’ then she obviously had something in mind…Pat does not usually make mistakes but may have been taken out of context.
In general, a collection that has a count property will (should) update the count property if something is deleted. Kind of makes sense, collection has 100 items, delete one, now it has 99, requery collection count, collection count should now be correct.
But does the requery collection count happen without forcing it, i.e. on delete?
Now with controls I would not bet on it because even if you could delete a control you would not necessarily reclaim the memory used by that control. Furthermore, a control can not be deleted without going in to design mode which leads to a singular conclusion.
Don’t do it.
There are two primary reasons for not doing so. The first is that you may still bump into the error of ‘Maximum controls in the life of a form’ and the second is that you forever limit the database to an MDB file.
Furthermore, llkhoutx asked you a question and the answer was not forthcoming.
Perchance to try again?
Regards,
Chris.