ianmuir Posted January 30, 2010 Posted January 30, 2010 Hi, we have a payment screen for employees. I need to put a field called Payment_number on the screen that increments by 1 every time that particular employee is paid. This is so I can see how may times each employee has been paid. a script perhaps?
TheTominator Posted January 30, 2010 Posted January 30, 2010 What about putting a calculated field that tallies the number of payments in your Payments table defined as Count(employee_PAYMENTS::_kp_Payment_id) EMPLOYEE <-->employee_PAYMENTS match on _kp_Employee_id
Recommended Posts
This topic is 5412 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now