Modifying a report table

  • Thread starter Thread starter JohnW
  • Start date Start date
J

JohnW

Hello,
I am using a Drag and Drop module to select records from a linked table to
create a list of items for printing labels.

Everything works ok except, the source table has the cost and sell prices
exclusive of sales tax. Therefore my stock labels are also ex tax.

Anyone got an idea of how to add 10% to the cost and sell collumns of the
printing list?


*** also, on certain machines that run vista, I get the popup about
"Trusting the Content", where abouts do I enable this by default ****

Thanks,
 
Create a query with computed fields in it, and use the query wherever you
would otherwise have used the table.
 
Back
Top