Totals Problem

B

BD

Writing C# database app with VS 2005, I need to have a text box that
computes and displays only a total from a datagridview computed totals
column. I did this before with VBA with the following:

=nz(WorkOrderMaterial.Form![Total Parts])

How would I do this with C#. I have added the computed column in the
datagridview and I have been able to sum all totals in the text box
(every record in that table), but I want to sum the totals that are
only associated with the main record.

Thanks in advance.

Brian
 
G

Guest

Please don't post the same question more than once on a newsgroup as it
creates confusion.

Adrian.
 

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