Hi, this drives me crazy: I did a table with (stock) transactions (purchase and sales with all the details on quantity, price, fees etc). Then I made a first query (qryBestand) filtering out only the open transactions (not the sold) and made totals. So now I have for each security the right number of stock currently hold in the porfolio. I then made a second query (qryValuation) importing basically the fields form the first query (qryBestand) but adding some colums with calculated fields and joining to a price table. Everything Works fine but what is really strange is that now some (but not all) of the records show up twice with exactly the same information. I checked the underlaying query and table. But they are ok, only 1 entry, it is only going from the first to the second query that some record doble. Really weird.
Does anyone have an idea what this could be.
Tks in advance
Markus