Access 2000
to start from the beginning.
database "gvfforce"
Multiple tables
Two affected in Query are tblPilots and tblScores
I have a Query in Access that does a left join. It sums together all score information - groups it by a month.
I have an asp page that shows scores (pulled by the Query). I want the default score page to show the current months scores only. And later links where someone could click say November 2001 and see that particuliar months.
Is there a link manipulation I can do in asp to accomplish this? like 2001"
Or will the query not allow that? Or will I need to do separate Queries for every month?
Thank you in Advance.
to start from the beginning.
database "gvfforce"
Multiple tables
Two affected in Query are tblPilots and tblScores
I have a Query in Access that does a left join. It sums together all score information - groups it by a month.
I have an asp page that shows scores (pulled by the Query). I want the default score page to show the current months scores only. And later links where someone could click say November 2001 and see that particuliar months.
Is there a link manipulation I can do in asp to accomplish this? like 2001"
Or will the query not allow that? Or will I need to do separate Queries for every month?
Thank you in Advance.