I am currently trying to build a database - this database is for groups we work with around the country. the number of groups in place will always be a maximum of 152. These groups will have had different people running them over the years. So I hoped to make a database where you could choose from a drop down one of the 152 records and then choose which year i.e 2013/14 2014/15 2016/17 etc and then you'd have a tabbed form with contact details/approval status/etc
Now, I've managed to get the combo box to access the right record for the contact details, but for the approval status this entails data entry and I can't get it to write any data to the appropriate record - it states the record set is unupdateable.
There are Three Tables:
1) RAW - this is where the contact details are accessed
2) approval - this is a table with all the 152 areas listed and with a succession of Yes/No fields etc
3) area list -which is what the Combo box to navigate the records looks at
I created a query and made sure there are relationships so the areas are the common key across the records, when I write into the approval table I can see the result when I look at the record on the form I created, but I can't seem to add data via the form to write to the Approval table, what might I be doing wrong, is what I'm trying to do even possible?
Many thanks, this is my first post, so please do let me know if I've asked in an unhelpful way.
Looking forward to hearing from you.