Any help is much appreciated here, I'm stuck. I'm trying to have a form test each record in a table for 3 conditions and Disable a button if true:
If CommitedTask=true AND TaskFinishDate < Date AND TaskStatus < 100%
I've created a recordset that has the Table of these three fields, but I need to loop though it and test these conditions. It seems to me like a For Each Loop would be the method of choice, but I can't seem to figure out how to make it work.
Any suggestions?
Thanks
Nick
If CommitedTask=true AND TaskFinishDate < Date AND TaskStatus < 100%
I've created a recordset that has the Table of these three fields, but I need to loop though it and test these conditions. It seems to me like a For Each Loop would be the method of choice, but I can't seem to figure out how to make it work.
Any suggestions?
Thanks
Nick