Goto next record where X checkbox field = null

Range

Board Regular
Joined
Nov 13, 2010
Messages
140
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
 
Last edited:

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
You should be able to filter the form to show only Null records. This could be coded into the form's record source as part of the SQL, or as part of a filter. Incidentally, you could also apply the filter or release it, if it were part of a filter. And in fact I would think a user could filter the data this way on the fly using the record filtering tools (buttons or menus).

HTH,
ξ
 
Upvote 0

Forum statistics

Threads
1,224,606
Messages
6,179,865
Members
452,948
Latest member
UsmanAli786

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top