eddiecrs
09-30-2001, 08:42 PM
HELP! Does anynone know how to automatically run a querie every X number of minutes automatically?
|
View Full Version : How To Automatically Run Querie Every 30 Min. eddiecrs 09-30-2001, 08:42 PM HELP! Does anynone know how to automatically run a querie every X number of minutes automatically? jwindon 10-01-2001, 03:24 PM I'd be interesting in learning why you want to do that, but in anycase. My suggestion: Use the OnTimer and TimeInterval Event for a form to run Code to run your query. I don't know how high you can set the TimeInterval, but it IS in milliseconds! |