Extracting a column total from an embedded view

Hi,

Im trying to figure out how I can extract the sum of a column in the embedded view and report that to a field on the form (in which the view is embedded). Any ideas?

Thanks

Subject: Extracting a column total from an embedded view

Um, @Sum(@DbLookup(…)) maybe?

Subject: RE: Extracting a column total from an embedded view

It worked!!