You should be able to use something like the following code (but I have not tested it)

if me.closed = -1 and Not isnull([me.Date Closed]) then msgbox "both conditions met"

You appear to be trying to use Closed instead of me.[Closed date] when comparing the dates.