with vb6 + access03
.............................
i have a field time(date/time)

how to accomplish this please
i want to play a music file for each record set in a table.
if _
for each recordset.value = now() then
playmusic() '
next
end if
please guide me..
...
for each