Nevermind...I figured it out. I used the DMax function instead. I had never heard of it, and still don't really understand the difference between Max() and DMax(), but this works. Hope it helps someone else.
Me.Project_ = DMax("[Project#]", "[10-Project Table]")
It was very simple once I...