I have a form that has a table adapter for a table called costing. Im not using any of the items in this table in any textboxes etc.. on the form but I would like to use them in calculations that will give results to put in text boxes on these forms. I'm confused in how to call up the items in the costing table. If i use the name assigned to them in the table even thought the table is attached it does not seem to work.
I tried this:
totaldsgn = drawdsgnhrs (where drawdsgnhrs is the variable in the costing table)