Trying to do a SUM and getting Too Complicated

S

swaggers

I have a report I am writing to get a price out of a large memo field. I've
created a search that will find it for the report but I can not get it to
total on group footer.

=Mid([fdescmemo],InStr((InStr([fdescmemo],Trim([fbompart]))),[fdescmemo],
"Amount: ")+8,InStr((InStr([fdescmemo],Trim([fbompart]))),[fdescmemo],", Wei")
-(InStr((InStr([fdescmemo],Trim([fbompart]))),[fdescmemo],"Amount: ")+8))*(1-
([fdisrate]*0.01))

If I try to SUM that it comes up with an error that it is too complicated.
Any ideas?
 
S

swaggers

I have discovered that some of the fields are coming up error so that is why
it won't work. Looking into it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top