I am interested in trying to automate form entry on a subform. I have searched around the web for a good answer but haven't had any luck.
The main form is "Customers" and each customer has a unique ID#, among other obvious attributes i.e. name, address, phone number, etc.
The subform is "Invoices". There is a "one-to-many" relationship established between each customer and his or her respective invoices. Invoice numbers are generated automatically.
Each customer is billed every quarter.
I am currently entering the invoice amount, invoice type (i.e. initial, quarterly, or final), and invoice date.
My goal is to create a tool which will automatically bill all customers in the database quarterly without having to input the redundant information for each individual customer.
I'm thinking that I will need to input the quarterly invoice amount once and then use that amount to automate all future quarterly invoices. I could make the invoice date be the current date.
I appreciate the help.
Thanks