I have a table called FinancialYearTbl which contains the fields FinYearPkFld, FinYearDescritpionFld and a RedundantFld. I also have a form called MaintainFinancialYearFrm Which shows the FinancialYearDescritpion field and a redundant check box. A user will use this form to add new financial years, edit them and delete or make the year redunant depending upon whether the year has been used or not.
When a user adds a new financial year i need the database to check the financial year table to see if that financial year description has been added before. if it has i want an error message to come up else i want the new year to be added. Any idea how i could do this ?
When a user adds a new financial year i need the database to check the financial year table to see if that financial year description has been added before. if it has i want an error message to come up else i want the new year to be added. Any idea how i could do this ?