[AccessD] Collections.. and what the heck am I doing wrong?

Ryan W wrwehler at gmail.com
Fri Feb 23 09:21:56 CST 2018


AH HAH!

I was storing the field in the collection, not the field value.

MyCol.Add me.bot_no was storing the actual textbox object

MyCol.Add me.bot_no.value is storing the value now.



On Fri, Feb 23, 2018 at 9:14 AM, Ryan W <wrwehler at gmail.com> wrote:

>
> Here's the info from the immediate window
>
> (done during form delete)
> Adding to collection: 35326
> Adding to collection: 35327
> Adding to collection: 35328
>
> (done during BeforeDelConfirm)
> Collection object count: 3
> As integer:
> As integer (item):
> As integer:
> As integer (item):
> As integer:
> As integer (item):
> As var:
> As var:
> As var:
>
>
>
>


More information about the AccessD mailing list