Hi,
What error you get?
try to use textbox name other that field name, if report bound to same table
this can cause a conflict

Signature
Alex Dybenko (MVP)
http://Alex.Dybenko.com
http://www.PointLtd.com
>I am trying to create a MS Access report using VBA to access data from a
>SQL
[quoted text clipped - 11 lines]
>
> What am I doing wrong? Any help would be appreciated.
Shirley Gilreath - 27 Jun 2005 18:10 GMT
The error I get is "Run-time error '-2147352567 (80020009)' You cannot assign
a value to this object". I do not have the report bound to any table or
query. Nor is any control bound to any fields or queries.
Thanks for your help.

Signature
Thanks
Shirley
> Hi,
> What error you get?
[quoted text clipped - 16 lines]
> >
> > What am I doing wrong? Any help would be appreciated.
Alex Dybenko - 27 Jun 2005 18:59 GMT
Try the Me!ErrorType=rst!Me.ErrorType
perhaps ErrorType is a reserved word
Alex
> The error I get is "Run-time error '-2147352567 (80020009)' You cannot
> assign
[quoted text clipped - 26 lines]
>> >
>> > What am I doing wrong? Any help would be appreciated.