Hiya guys,
I need to write a code to check if a table is empty (i.e. no records in the table), below is the Pseudo code:
IF tableIsEmpty THEN
do this...
ELSE
do this..
End IF
Does anyone know how i can achieve this please? Is there a method to check if a table is empty or not?
Thanks alot,
Amber
I need to write a code to check if a table is empty (i.e. no records in the table), below is the Pseudo code:
IF tableIsEmpty THEN
do this...
ELSE
do this..
End IF
Does anyone know how i can achieve this please? Is there a method to check if a table is empty or not?
Thanks alot,
Amber