I am creating a employee vacation database to track vacation time
available and vacation time used. I have one database
(EmployeeData)with all the employee information (i.e. Name, Employee
Number, Date of Hire, SSN, etc...). In a related database
(VacationData

I need to know how to:
a) Script a Perform Find from VacationData on records in EmployeeData
b) Once I find my target data from EmployeeData create a script to add
a record in VacationData if any of the found records meet the criteria
for available vacation days and than setting Defined Fields (i.e.
employee number (from EmployeeData), vacation days accrued (from
calculation in script))

I sucessfully scripted the accrual calculation. I will then through a
portal link the number of days accrued to the EmployeeData database.

Thnaks for any help that is available

John