=IF( INDEX(tbl_timecard.Num_LunchIn, ROW()) = "" , 1.00 , 0.00)
I have a larger post on this whole issue but I wanted to isolate to where I see this breaking initially.
The Boolean statement of the IF above doesn't work when using the INDEX() value in a row where equal to BLANK.
Any ideas?