J
jwwjd
Hi there,
I upload on my table a data text file containing a list of stocks everyday.
with the following column headings: Ticket, high, low, close.
I would like to find a way to create another table containing the previous
closing date. Therefore the column headings would be; Ticket, previous$,
high, low, close, gain/loss.
Some days a stock might no be trading for 3 days and also saturdays and
sundays are not trading days for those stocks.
I would appreciate your suggestions as I've been spending time on creating
two queries and then putting togetherin to one query but I cannot get the
trading date right.
Thank you
I upload on my table a data text file containing a list of stocks everyday.
with the following column headings: Ticket, high, low, close.
I would like to find a way to create another table containing the previous
closing date. Therefore the column headings would be; Ticket, previous$,
high, low, close, gain/loss.
Some days a stock might no be trading for 3 days and also saturdays and
sundays are not trading days for those stocks.
I would appreciate your suggestions as I've been spending time on creating
two queries and then putting togetherin to one query but I cannot get the
trading date right.
Thank you