So I'm running into trouble, I'm trying to use Next and Previous record buttons (using prebuilt macros) to cycle through the ID of different resources. However, I'd like it to go through ONLY the Records where "TimeReturned" in Table "Loans" is empty (null).
I've tried using validation rules on the specific Textbox; here's what I tried (with no success): [Loans]![TimeReturned] Is Null
Should I even by trying to use the Validation Rules to achieve this?
Thanks!
EDIT: I think I should be changing the Macro I'm using to cycle through the entries rather than just the text field for the ID. >.<