SQL

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have 4 fields in 3 tables that I want to add together, how do I do that
USING sql????
 
Do the 3 tables have any relationship to each other (i.e., primary
key/foreign key relationship)? Without this, it isn't clear why you want to
"add together" the values.

Have you tried creating a query in design mode, then inspecting the SQL
statement?

--
Regards

Jeff Boyce
<Access MVP>

"open a adobe file from a command button"
 
Back
Top