I have two tables the query is based on are:
Table 1: Code, Asset Name, Shares, AccountNo
Table 2: Code, Action, Activity Level, Issue, Begin Date, End Date, Comments
Under the begin date in the query I have >=([Start])which works fine.
Under the AccountNo I have listed just certain accounts we want on this report. (i.e. "55511"Or"55512"Or"55513".
As soon as I run the query those that have shares in more than one account seem to multiply many times. Some seem to have duplicates or triplicates.
I'm not sure where to start first. Any suggestions are appreciated..
Table 1: Code, Asset Name, Shares, AccountNo
Table 2: Code, Action, Activity Level, Issue, Begin Date, End Date, Comments
Under the begin date in the query I have >=([Start])which works fine.
Under the AccountNo I have listed just certain accounts we want on this report. (i.e. "55511"Or"55512"Or"55513".
As soon as I run the query those that have shares in more than one account seem to multiply many times. Some seem to have duplicates or triplicates.
I'm not sure where to start first. Any suggestions are appreciated..