Hi, I am creating a database where it show financial accounts for an organisation, per fiscal year.
I have created a form which has the organisation name, and the year end dates (both are combo boxes where you can choose which one you want)
I have also created a subform which have all the necessary fields that need completing.
The idea is to be able to input financial data for any given year end per organisation. E.g. org 1 2008/2009, org 1 2009/2010, etc...
Each record in the subform will be unique to that year end and organisation. But that the subform will just be one record
My problem is that I can input information in the subform,( inform view), but there is always the option to create a new record in the sub form, which I dont want to do.
Also, sometimes when you fill a few years in for one organisation, e.g. 2009/2010, 2010/2011, when you choose a year you have already done, just to view the information, it creates another empty record for that year?
Bascially what I am after is a way to ensure that each organisation has only one record per fiscal year, and no duplicated records are created. For example
Or1 should have financial data for 2008/2009, 2009/2010, 2010/2011 and thats it. no matter how many times you click between the years, those are the only records that are displayed for Org1..
Hope this makes sense? Help please?
Marc