adding

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

i have a query that i have bank name and numbers in each
column example below

subject points points
math 10 20 = 30

i want to have a 3rd column to add the 10 and 20 how
can i do this
 
i have a query that i have bank name and numbers in each
column example below

subject points points
math 10 20 = 30

i want to have a 3rd column to add the 10 and 20 how
can i do this

You can't have two fields both named "points" - what is the actual
structure of your table or tables?
 
Back
Top