Don't get this - I've just tried it myself to make sure I haven't forgotten anything and it works fine. Let me check:
You have a form with a text box, and in the Default Value field under properties you have
=Nz(DMax("ID","Meeting"),0)
and you're getting a syntax error?
You do actually have...