SteveS Posted December 31, 2004 Posted December 31, 2004 I thought I would ask the pro's this question relating to a month calculation. I have an employee attendance database and I want to automatically add 1.25 days to each employee
transpower Posted December 31, 2004 Posted December 31, 2004 employee_days = base_employee_days + 1.25*month(today), run at the end of each month.
SteveS Posted December 31, 2004 Author Posted December 31, 2004 What does the _ mean in the calculation? I have a script that adds 1.25 days to 30 employees in a (available days field). Should I include this calculation in a start up script? I think I am missing somthing. Steve
RalphL Posted December 31, 2004 Posted December 31, 2004 The _ replaces a space in the field name. If you are going to use on the web or in some other program the space may cause problems. Therefore many developers use the _ in their field names, layout names, etc.
SteveS Posted December 31, 2004 Author Posted December 31, 2004 Thank you very much for your help! Steve
Recommended Posts
This topic is 7336 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