I'm writing a function that does some calculations on dates, and need to check if a particular date has a matching date record in another unrelated table.
A pseudo-code description of what I'd like to do...
for Date := Start to Finish
Check := recordexists(key=Date) in TableB
if Check=true then do something
endfor
TableA (not seen in the example) would be the table (or joined tables) that "drive" the Crystal report.
Any ideas?
Thanks
Neil Colman
A pseudo-code description of what I'd like to do...
for Date := Start to Finish
Check := recordexists(key=Date) in TableB
if Check=true then do something
endfor
TableA (not seen in the example) would be the table (or joined tables) that "drive" the Crystal report.
Any ideas?
Thanks
Neil Colman