Your syntax is wrong by using the dot operator in all your DoCmd statements
It should be
DoCmd.OpenQuery "qryDonorAddressTotalUnreceiptedCZCADonations"
> I am trying to code a command button to do all sorts of things at once, as
> follows:
[quoted text clipped - 16 lines]
> Many thanks,
> Talia
Tal - 31 Jul 2008 16:31 GMT
I think Dennis that I should win the
"Duh!!!" award for the day.
I have written these commands a bigillion times and yet I was getting all
caught up in whether it had something to do with the append query etc.
Thank you so much.
I would never have seen something so unbelievably obvious.
And thank you for your patience with such a "Duh!!" question.
Cheers,
Talia
> Your syntax is wrong by using the dot operator in all your DoCmd statements
> It should be
[quoted text clipped - 20 lines]
> > Many thanks,
> > Talia