The Big Bear Posted December 10, 2008 Share Posted December 10, 2008 Hi All I have a program in FM8.5 that keeps track of our welders qualification. The welders are required to weld at least once in a six month peroid for specification reasons so we have a continunity log for each welder. Once a month someone from the Quality Control department prints a report of welders that need to be update. The problem is that sometimes one person might update the log without that telling anyone and then went someone else updates the log a couple days later than we have two updated records within a couple of days from each other and I would like to not have this occurence in the DB. The simplest way would be once the record has been upddate then is would not be listed in the "to be update" portion of the continunity log for that month. To find welders that needs to be update in the month of december, The script is as folows Enter Find mode Set field ( expiration date, 11-30-2008 .. 12-30-2008) preform find This works but it will show that a welder needs to be update for December if the continunity log portion of the DB is run again regards if a update record is in the DB. How do I just show the records that need to be update and not show those that have been update if someone should preform the update task twice in one month. I hope I explain it so it makes sense to your. Thanks for all your help in the past and in the future. Lionel Link to comment Share on other sites More sharing options...
bcooney Posted December 13, 2008 Share Posted December 13, 2008 How is expiration date calculated? If I were to set this up, I'd have a table for Welders and a relationship to the log table. The log table would store, among other data, the date of last welding job. In the welders table, I would calc the expiration date (unstored) by adding 6 months to this last welding job. If you have two log records for the welder, wouldn't they have the same info? Sounds like the interface to the log file should change to let a person know that it was already done. Can't they see the previous log records for that welder? Then, it's just a matter of Finding on welders whose expiration date is btw the dates specified, as you do. So, sounds like your expiration date isn't calculating correctly. Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 5755 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