latex88
Registered User.
- Local time
- Today, 08:48
- Joined
- Jul 10, 2003
- Messages
- 198
I'm sure this is not ideal or a sophisticated approach, but this is what I'm thinking of doing. I am creating a POS system that needs to store sales tax rate, so the total can be calculated accordingly. As sales tax rate changes periodically, I want to create a form to allow the user to be able to change it. I will create a table to holds that value which feeds the form.
Because there is only one number in the entire table, is there a way to block the table from accepting more records than one? Or there's a much better and efficient approach than I've mentioned?
Because there is only one number in the entire table, is there a way to block the table from accepting more records than one? Or there's a much better and efficient approach than I've mentioned?