My company had an Access db created back in 2002 in order to create file names (Legal Labeler). The db consists of many reference tables (Figure 1). The person who created the db created a form to use in order to create the file name and labels (Figure 2). As you can see there are various drop downs where the end user can choose which information to include. I am not an Access guru by any means but I do not think that the tables are linked. Once the end user fills in the form they click Save Label Data and the data is written to a master table (Table tblLevelOneSubject).
One of the problems we are having is that records in any one of the extraneous tables (Company Name, SubCatetory, SubCategories L1/L2, etc.) just disappear. For example, in Figure 3, we have all the entries for the drop down labeled SubCategory (“A” codes are depicted) but, for some reason, we are randomly missing some of the codes (typically all the “A” codes and “B” codes); however, nothing from the master table is missing (that is why I do not believe they are linked).
Another major issue we are running into is in the table named tblLevelFiveSubCatTwo (SubCategory L2 on the form) (Figure 4), which is an auto-numbered table, we are also losing records (as you can see it table starts at 7). When I created a file last week I needed to create a new entry in the drop down SubCategory L2 and it was auto-numbered 8 when it should have been 734. Also, the table shows that there are only 697 records but if we are auto-numbering there should be 734 records. Therefore, we are losing records in this table as well.
Does anyone have any idea as to why this is happening? Is there any way we can secure the tables so this does not happen in the future?
When I export the data into Excel it looks as though all of the data is accounted for - it is just missing in the reference tables.
Any and all assistance would be greatly appreciated. If you need additional information please do not hesitate to ask.
Thank you.