in the On Format event for the footer enter something like
if isnull(fieldtocheck) then
me.section(n).visible = false
else
me.section(n).visible = true
end if
n is an integer that depends on which footer you are trying to hide. Even numbers are footers and odd numbers are headers.