I am trying to get a field to default to a value but I need to be able to overwrite that value. For example I have a customers table with a field called quantity.<br>
When I am entering data in the sales table I need the quantity field to default to the value of the quantity field for the customer but I also need to be able to change the quantity just for this sale if they want. If i do change the quantity for this sale I don't want to update the default quantity field in the customers table.<br>
If anyone has any ideas I would appreciate it.
When I am entering data in the sales table I need the quantity field to default to the value of the quantity field for the customer but I also need to be able to change the quantity just for this sale if they want. If i do change the quantity for this sale I don't want to update the default quantity field in the customers table.<br>
If anyone has any ideas I would appreciate it.