Hello everyone. I am having trouble figuring out if I am capable of performing this query without VBA. I have many columns of data, the most important 3 being "Name" "Date" and "Type"
The type can be "buy" "sell" or "RDSP" I need to find a way to query the data so that I can only identify individuals "Name" who had a 'buy' AND either 'Sell' or 'RDSP' within 31 days of each other. So this table contains many lines of transactional data. I need to find if someone placed a buy order, then also a sell or RDSP within 31 days of each other. Is there any way to design a simple query that can do this?
The type can be "buy" "sell" or "RDSP" I need to find a way to query the data so that I can only identify individuals "Name" who had a 'buy' AND either 'Sell' or 'RDSP' within 31 days of each other. So this table contains many lines of transactional data. I need to find if someone placed a buy order, then also a sell or RDSP within 31 days of each other. Is there any way to design a simple query that can do this?