hi,
i want to create a table that stores monthly salary of many employees.
its like :
employee code : jan 15 : feb 15 : mar15 : apr15 : .................: dec 15
1...................: 5000 : 5000 : 5000 : 6000 :..................:8000
2...................: 5000 : 5000 : 5000 : 6000 :..................:8000
3...................: 6000 : 6000 : 7000 : 7000 :..................:8000
4...................: 6000 : 8000 : 8000 : 8000 :..................:8000
5...................: 5000 : 5000 : 5000 : 6000 :..................:8000
6 ..................: 7000 : 8000 : 8000 : 9000 :................. :10000
7 ..................: 8000 : 8000 : 8000 : 12000:...................:18000
after saving these record i want to refer particular employee code salary for particular month in a query.like select employee code 1 and month mar15 then it should give result 5000.
how to make this table in access and and link salary field to month field in query???