Newbies Tulsiram Posted August 11, 2007 Newbies Posted August 11, 2007 I am making payrole i want to restrict duplicate entry of worker.Can it be controlled by name of worker if it is reentered in the same month of same year?and how it can be controled?
Søren Dyhr Posted August 12, 2007 Posted August 12, 2007 Try to see if this nails down your problem: http://www.filemakerpros.com/DUPNTH.zip --sd
comment Posted August 13, 2007 Posted August 13, 2007 See here: http://fmforums.com/forum/showtopic.php?tid/188843 In any case, you should use a unique EmployeeID instead of a name - names are not necessarily unique. So your calculation could look something like: EmployeeID & "|" & Year ( PaymentDate ) & "|" & Month ( PaymentDate )
Recommended Posts
This topic is 6313 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