ChrisAgius
Programmer
I set a filter on a Table. But now I have to check if there are any filtered records and I have to return a message if there are no records which passed the Filter.
I used :
SElect Tablename
If Eof()
Messagebox(...)
Endif
But the program did not encountered the EOF() even though no records passed through the filter. It there something to check the results of the filter.
Thanks
I used :
SElect Tablename
If Eof()
Messagebox(...)
Endif
But the program did not encountered the EOF() even though no records passed through the filter. It there something to check the results of the filter.
Thanks