N
Niall
I have a query which shows me the following data:
Name 2003 2004 2005
Joe 5 6 7
Bob 8 9 10
James 1 2 3
These are the number of days absent by staff for the
respective year. I am now trying to build a query that
asks a user to select a year and will return the values
for that year, eg the user enters "2004" and the output is:
Name 2004
Joe 6
Bob 9
James 2
Would anyone have any ideas on this? much appreciated
Niall
Name 2003 2004 2005
Joe 5 6 7
Bob 8 9 10
James 1 2 3
These are the number of days absent by staff for the
respective year. I am now trying to build a query that
asks a user to select a year and will return the values
for that year, eg the user enters "2004" and the output is:
Name 2004
Joe 6
Bob 9
James 2
Would anyone have any ideas on this? much appreciated
Niall