Adding 2 different Rows

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

Guest

I have fieldx in tble1 and fieldy in tble2 I would like to add them up by row
ie. and put that information in tble3
the thing is that if tble2 does not have a matching record,but tble1 has
something then report returns nothing!

Sum([tble1].fieldx +[tble2].fieldy)
 

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