A family of Microsoft relational database management systems designed for ease of use.
If you want to give the app to your client at some future date, then, when that future date comes, Create a new blank file. Then run Make Table queries for all your tables filtering for CustomerID to the new file.
What I would do is have an unbound combobox on your startup form to select the Customer you want to work on. Make sure you leave this form open all the time you can hide it but not close it.
Then all your forms should use queries as the Recordsource. The criteria for the CustomerID column should be:
=Forms!startupformname!cboCustomer
Then each form will open only for the customer you selected. Need to work on a different customer, then just change the selected customer.