[AccessD] When is a collection not a collection?

Ken Ismert KIsmert at texassystems.com
Tue Oct 25 16:23:03 CDT 2005


Instead of: 

>>Dim lcol as collection
>>set lcol = MyFld.Properties

Try:

Dim lcol as DAO.Properties 
set lcol = MyFld.Properties

-Ken



More information about the AccessD mailing list