individual report for employee ...PLZ HELP !!!!

meezadahsra

New member
Local time
Yesterday, 19:24
Joined
Jan 23, 2013
Messages
8
hi experts

this would be my first post.

so i have created an access db with forms to enter data into tables and also created a report.

the db has employee tables, salary, prev employment...etc, etc...

the forms are seperate for separate tables.

i also have a switchboard which opens the form and each for has a button which open the other form. the last for has a close button to return to switchboard.

i have seen tht how many reports i create, i am not able to create report for individual employees ( tht cantains all data for the individual emp). i want to select the employee and have the report produced.


how can this be done????
 
Welcome to the forum


The report would be based on a query, the query would have criteria to select the employee, I would run the report from a form with a command button, the query would run automatically.
The search form would have a combobox populated from the employee table so that the user merely has to select the employee, no typing errors., the criteria would be
Forms!formname!comboboxname

Hope this helps

Brian
 

Users who are viewing this thread

Back
Top Bottom