
Signature
Steve S
--------------------------------
"Veni, Vidi, Velcro"
(I came; I saw; I stuck around.)
> i'm opening up a recordset using the following code. it's an Aggregate
> query. how do i call
[quoted text clipped - 28 lines]
> TIA
> Ted
Ted,
By the way, as an aside, it is not a good idea to use a # or a - as part
of the name of a field or control or database object. I would recommend
changing these if you can, and certainly avoid this practice in future.

Signature
Steve Schapel, Microsoft Access MVP
> Try using the bang (!) after rst instead of dot (.)
>
> TotalPaidIndem = rst![SumOf11#_PD-IND]
>
> HTH
T Best - 20 Jun 2006 14:48 GMT
i couldn't agree more. it was like that when i got here. there are so many
queries and reports based on these field names. it would be an absolute
nightmare to change them. maybe one of these days...
thanks so much for the help...that worked. i knew it was something stupid
> Ted,
>
[quoted text clipped - 7 lines]
> >
> > HTH