|
I have on database consist of two tables namely staff & pay. Staff table contains fields code, name,designation etc and pay table contains code, month, pay. Staff table contains unique record for each employee and pay table containt multiple records for eeach employes for each month. Now i want to create a report as shown below when i clik and store in a text file and print in screen also. using ADO
Format of Report Code Name Designatin Month Pay ............................................... ,..............................................
Pls answerme
|