Apologies in advance if my post title doesn't make sense.
The issue at hand is, I have a tblBilling (image tblBilling) where some Bills have been raised on 4 clients (Bookings)
![]()
Entries to this table are made by a Form (image frmBilling) which can feed in Bills for 1 client at a time.
I would like to introduce an option of Bulk Billing, where further Bills of a percentage are raised on all 4 clients at one go, instead of filling in the Form 4 times. I don't mind a separate Form to do the job. The problem (for now) is that the BillNo field is a text field. I don't mind making this a Number field with auto increment feature and putting the text part (same on all Bills) on a report where Bills are generated and printed.
What would be the best way to go forward ? Any help will be appreciated.