SQL

  • Thread starter open a adobe file from a command button
  • Start date
O

open a adobe file from a command button

I have 4 fields in 3 tables that I want to add together, how do I do that
USING sql????
 
J

Jeff Boyce

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"
 
Top