S
SDMFG
I have two tables, one with a list of all of the stocks in an account. The
second table has dividends paid by stocks. I am trying to return a report
which will the list ALL of the stocks in an account in one column and in
another column list any dividends, if there were any. The problem is that
when I make the query, it returns only stocks that paid dividends. Basically
it would look like this:
NAME DIV
Stock A
Stock B 3.5
Stock C 2
Stock D
Instead, I am getting just:
NAME DIV
Stock B 3.5
Stock C 2
second table has dividends paid by stocks. I am trying to return a report
which will the list ALL of the stocks in an account in one column and in
another column list any dividends, if there were any. The problem is that
when I make the query, it returns only stocks that paid dividends. Basically
it would look like this:
NAME DIV
Stock A
Stock B 3.5
Stock C 2
Stock D
Instead, I am getting just:
NAME DIV
Stock B 3.5
Stock C 2