Well, I figured it out. I believe that the name of the text box was the main problem. However, Access for some reason modified the code to read :
=[Format$]([Next_Date],"mmmm yyyy",0,0)
instead of:
=Format$([Next_Date],"mmmm yyyy",0,0)
This was the source of the #Error. Thanks again for...