I've created a database for multiple users to work from.
Basically a list of work cases is entered into the database at the start of the day. The fields are;
Reference (Text)
Work List (Text)
Received Date (Date)
Reference worked (Checkbox [yes/no])
Date Worked (Date)
Employee (Text)
Then multiple users work references on an AutoForm of the above table, completing each record. The problem is they have to manually find the next record where checkbox is null
Is there anyway where each individual can just GoTo Next record where the "Reference Worked checkbox = null" using some sort of Vb code in a command button
Many Thanks
Basically a list of work cases is entered into the database at the start of the day. The fields are;
Reference (Text)
Work List (Text)
Received Date (Date)
Reference worked (Checkbox [yes/no])
Date Worked (Date)
Employee (Text)
Then multiple users work references on an AutoForm of the above table, completing each record. The problem is they have to manually find the next record where checkbox is null
Is there anyway where each individual can just GoTo Next record where the "Reference Worked checkbox = null" using some sort of Vb code in a command button
Many Thanks
Last edited: