Hi all, more questions from me (I'm beginning to get the bug )
If I want to put a maximum currency amount that can be entered against a set database table - i.e. no overspend - how would I set that up so that the user was not allowed to enter the data? Say I have £7,500 available. The user has to submit requests/invoices that amount to this maximum. I need my database to tell me when the maximum amount has been reached and to stop me from making any more data entries. At the moment I have a running total of the amount spent as each request gets entered. How do I check that running total against the maximum available to spend? and how do I stop the user entering more requests?
Thank youuuuuuuuuu
If I want to put a maximum currency amount that can be entered against a set database table - i.e. no overspend - how would I set that up so that the user was not allowed to enter the data? Say I have £7,500 available. The user has to submit requests/invoices that amount to this maximum. I need my database to tell me when the maximum amount has been reached and to stop me from making any more data entries. At the moment I have a running total of the amount spent as each request gets entered. How do I check that running total against the maximum available to spend? and how do I stop the user entering more requests?
Thank youuuuuuuuuu