Find multiple records the loop through each one every second

akalehzan

New member
Local time
Today, 09:08
Joined
Dec 23, 2007
Messages
7
Dear All,

I have a form called P_I_H that has two fields "ID" and “Subj_num".
I’m Trying to run a search for a Subj_num, if more than one subj_num was found, then show each record every one second.
Can Ms Access do such a search?

Thanks for any help.:D

Regards,

Abrahim
 
you might be able to do it with the form's timer event. the search will be fast of course, but show the record you want (loop) as the clock ticks. never tried it though.
 

Users who are viewing this thread

Back
Top Bottom