hi to all...
i have to save data for customers and vehicles in a web project...
1- suppose a customer walks in with a vehicle
2- the operator asks the customer his/her name and vehicle number
and then the customer gets the service...
When the customer tells his/her name customer data should be brought from the database into a form but as customer name can not uniquely identify each customer, this couldnt be done this way ... we may assign a unique numerical value to each customer and call it customer id and whenever the customer comes in we may ask him/her for his id and get the data accordingly.
but in that way we are forcing each customer to remember his/her customer_ID which is what i do not want to do... i want some other way to sort this thing out ...
any suggesstions would be of great help!!! thanks
farooq.hnf