If the number given to the customer is not defined somewhere else you could set the format of the field to autonumber in the table.
If you do this and the table already contains data, you will need to create a new table and transfer the data over, this will change the customer numbers you have already issued.
Another way is to change the definition in the field in the table to indexed yes(no duplicates). This is in the bottom grid in the table design view when the relavent field is selected.
In either case, if you change a field definition in a table, you need to remove the field from your form and replace it as changes to field definitions in a table are not automatically transfered to existing forms
Hope this helps
Sue