Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Oops Dsum unindentifed function error

Status
Not open for further replies.

rudolfelizabeth

Programmer
Jan 14, 2009
89
CW
I have some dsum code in a ms access database that work 2003.

Then I created another database copy the same code in that
database it didn't work.

I pressed f11 a to see the (missing obejects) but everything is ok .

Is this a common error in ms access.

Is there a solution to this

 
I have allready solved the problem

Thank you very much for your reply.

I don't use the dsum anymore

it is not reliable

I use the query runsum mod provided I think by you on tek-tips.

There was only one oops in it

Qryrunsum = Subsum must be change to RecRunsum = Subsum

for the other sums I need I use
the select statement in a query
which is much more easy.

Regards,






 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top