Just trying to noob my way through creating a DB. Here's what I wanna do in Computer-English...
IF you selected Party from the drop down list
THEN run a query that looks up party records and takes the max
Then add 1 to the max and put that number in PartyCode
I started writing it in VBA but couldn't figure out how to do it without opening a query.