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"
 

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

Back
Top