Thanx for the input John
But perhaps I was not clear in my description so I will simplify the question.
Is there anywhere I can put the code such that it will run on every record in
a table without the user having to cycle through them in a form.
Besides that I will elaborate in case anyone is interested or needs more on
the situation. Each record is made up a a few different fields with the major
players in this case being "Commited Completion Date", "Actual Completion
Date", and "On Time".
The "Commited Completion Date" will never be "Null", the "Actual Completion
Date" will be until the task it represents is complete. Neither of those
fields should be updated by the code, only "On Time" with the value of Yes or
Missed Target.
As it stands right now I have code determining what to set the value of "On
Time" as (Missed Target or Yes) in a Before Update Event by comparing user
inputed "Commited Completion Date" and "Actual Completion Date" fields.
However in some circumstances individuals may already be way past the
"Commited Completion Date" before they have completed the task and get a date
entry made in the "Actual Completion Date" field. Therefore I would like to
be able to run some code to look at all "Null" "Actual Completion Date"
fields and determine if they have missed their target date prior to a weekely
report being generated.
I don't want the user to have to cycle through the records in a form for the
code to run on each, but I'm not sure if this is possible.
Once again any assitance would be greatly apprecited
D
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...dules/200604/1