Afternoon!
I've been searching the forum but can't seem to find what i'm looking for, hopefully someone will be able to help with my problem?
I have a table that contains sales data from the past 24 months, the table is in the following format:
Part number | Description | 21/11/11 | 14/11/11 | 7/11/11 | etc.
T1234 | Timber | 100 | 97 | 99 |
C2536 | Panel | 56 | 28 | 30 |
I want to create a query that will feed into a graph. And display info if the following criteria is met:
Part number = value in txtPart
Date range = between dates in txtSDate and txtEDate
e.g. if part number T1234 is in the txtPart, 20/11/10 is inserted in txtSDate and 20/11/11 is inserted in txtEDate then all the sales figures for T1234 will be plotted on the graph between the two dates.
Is this possible with the dates been in the header of the table? (they are stored in number format) or would I have to revise this, preferably I'd like to keep them as they are
Thanks in advance for your help!
Chris
I've been searching the forum but can't seem to find what i'm looking for, hopefully someone will be able to help with my problem?
I have a table that contains sales data from the past 24 months, the table is in the following format:
Part number | Description | 21/11/11 | 14/11/11 | 7/11/11 | etc.
T1234 | Timber | 100 | 97 | 99 |
C2536 | Panel | 56 | 28 | 30 |
I want to create a query that will feed into a graph. And display info if the following criteria is met:
Part number = value in txtPart
Date range = between dates in txtSDate and txtEDate
e.g. if part number T1234 is in the txtPart, 20/11/10 is inserted in txtSDate and 20/11/11 is inserted in txtEDate then all the sales figures for T1234 will be plotted on the graph between the two dates.
Is this possible with the dates been in the header of the table? (they are stored in number format) or would I have to revise this, preferably I'd like to keep them as they are
Thanks in advance for your help!
Chris