M
Maarkr
I have 12 locations, 4 security checks, and 16 different security check
times. They want to put in a db a months worth of random checks (so they can
see ahead at when they will do them), performed 3 per day, and sign off that
it was completed. IE, day 1 has location A doing check B at 11:00, location
C doing check A at 15:00, location F doing check B at 09:00; day 2 has ...
I've used the randomizer code to query random locations, checks, and times
from their own tables, but how do I put this it a table so users can check
off completion? I've looked at building an array and maybe a recordset, but
it's more than I'm capable of doing. Any ideas?
times. They want to put in a db a months worth of random checks (so they can
see ahead at when they will do them), performed 3 per day, and sign off that
it was completed. IE, day 1 has location A doing check B at 11:00, location
C doing check A at 15:00, location F doing check B at 09:00; day 2 has ...
I've used the randomizer code to query random locations, checks, and times
from their own tables, but how do I put this it a table so users can check
off completion? I've looked at building an array and maybe a recordset, but
it's more than I'm capable of doing. Any ideas?