C
cavyman
I'm sorry if this has been addressed before, but after quite a bit of
searching I've been unable to find anything directly related to my
problem.
I have a form that contains several fields: TargetDate,
CustomerPriority, and Difficulty. The VB code I've written for this
form calculates a ProposalPriority based on a formula using the values
from the above fields. That part of my form works wonderfully, however,
I need the ProposalPriority to be updated daily (based on the current
date and the TargetDate which I already have in my code), automatically
or otherwise, on ALL records in the table. As it is now, a record is
only updated when the user scrolls through the records using the form.
What would be the best way to run my ProposalPriority code on all
records in the table? Thanks!
searching I've been unable to find anything directly related to my
problem.
I have a form that contains several fields: TargetDate,
CustomerPriority, and Difficulty. The VB code I've written for this
form calculates a ProposalPriority based on a formula using the values
from the above fields. That part of my form works wonderfully, however,
I need the ProposalPriority to be updated daily (based on the current
date and the TargetDate which I already have in my code), automatically
or otherwise, on ALL records in the table. As it is now, a record is
only updated when the user scrolls through the records using the form.
What would be the best way to run my ProposalPriority code on all
records in the table? Thanks!