dpdsouza
11-30-2002, 12:08 AM
Hi Friends,
I am developing a payroll package using vb & access.
I have a payroll form through which I Generate the record of each employee manually one by one.
I have the master table for the Employee information( emp table) & Salary information (salary table) which i update once in a year when the revision of salary takes place.
The payroll is generated on a monthly basis.
Though the generation of payroll is same for all the employees, I have to go through the records of each employee every month & generate his payroll.
Is there any logic through which the payroll for all the employees is generated with the execution of one event ( Such as clicking a command button )
After generation of one event the records should get added to the payroll table one by one.
In other words , Is there any mechanism by which multiple records can be added to the access table with the generation of one event ?
Pls help.
with many thanks,
Dennis.
multiple records can be added to the access table with the generation of one event ? once in a year payroll for all the employees is generated with the execution of one event
I am developing a payroll package using vb & access.
I have a payroll form through which I Generate the record of each employee manually one by one.
I have the master table for the Employee information( emp table) & Salary information (salary table) which i update once in a year when the revision of salary takes place.
The payroll is generated on a monthly basis.
Though the generation of payroll is same for all the employees, I have to go through the records of each employee every month & generate his payroll.
Is there any logic through which the payroll for all the employees is generated with the execution of one event ( Such as clicking a command button )
After generation of one event the records should get added to the payroll table one by one.
In other words , Is there any mechanism by which multiple records can be added to the access table with the generation of one event ?
Pls help.
with many thanks,
Dennis.
multiple records can be added to the access table with the generation of one event ? once in a year payroll for all the employees is generated with the execution of one event