G
Guest
I want to write code that will skip any record that displays 'Yes' in the
[Ignore] field. Since this field may change throughout the day, and my
employees are in the system nonstop, I cannot make it a filter.
This is what I came up with, but it didn't work: Form Current:
iif [Ignore]=Yes DoCmd.GoToRecord , , acNext
It doesn't work, but is there something that will?
[Ignore] field. Since this field may change throughout the day, and my
employees are in the system nonstop, I cannot make it a filter.
This is what I came up with, but it didn't work: Form Current:
iif [Ignore]=Yes DoCmd.GoToRecord , , acNext
It doesn't work, but is there something that will?