Today in MS Access I built a form to create an invoice. It presents a list of individuals to select from and other fields.
A button runs a private subroutine that takes that info and sends it to a public subroutine which then loads a SQL append query and feeds the info into the query's parameters, and runs it.
I've never written much Access VBA before. I had to reread a lot of the Access Bible to figure this out. Bleh.