J
John
I have a form where the user assigns values to 5 combos. Each combo
represent a timed interval (e.g., 1 min, 3 min, 5 min, etc).
I have a form where a user will decide how often each of five (append)
queries will run. So, the form has five combos that each represent a
different query.
For example, the user sets combo A to "2 min". This will have the
system execute query A every 120 sec. Combo B is set to "3 min", which
will have query B executed every 180 sec.
The form interval event works fine if only one interval setting
applied to all combos---where query A, B both run at the same time.
Is there a better way to approach this?
represent a timed interval (e.g., 1 min, 3 min, 5 min, etc).
I have a form where a user will decide how often each of five (append)
queries will run. So, the form has five combos that each represent a
different query.
For example, the user sets combo A to "2 min". This will have the
system execute query A every 120 sec. Combo B is set to "3 min", which
will have query B executed every 180 sec.
The form interval event works fine if only one interval setting
applied to all combos---where query A, B both run at the same time.
Is there a better way to approach this?