Hello everyone,
I am currently working on a project for work using Access 2007 and I am quite new to the program. I'm having a problem and I can't seem to find the solution despite a lot of online research.
Basically, I've created a database with a total of 500 asphalt mix designs. I created 6 tables to hold different types of technical information, and in each table was a field named "DesiNumb" which would be the primary key for that table. Then, I created a Referencial Integrity-enforced relationship between the primary key "DesiNumb" in a table named "Summary" to the primary key "DesiNumb" in each one of the other five tables. In other words, the DesiNumb field in my Summary table was connected seperately to the primary key with the same name in the five other tables.
Then, I created a form that would let me enter information/data into fields from all of the tables. The primary key "DesiNumb" is entered as well as all of information for the various fields. I noticed that the form would then enter data into the six different tables while keeping the data for each record attached to the corrosponding primary key for each table ("DesiNumb"). This is good!
So here's my problem: I would like to be able to browse through all of the records while they are in form view, but only 142 of the 500 records will display. I'm not sure why this is, as the records that do appear were entered during different sessions over the last 5 months. I've searched online, but I can't seem to find the solution.
Here's some of my current settings: Allow Form View = Yes, Record Source = SELECT [SUMMARY], Recordset Type = Dynaset, Fetch Defaults = No, Filter On Load = No, Order By On Load = Yes, Data Entry = No, Allow Additions = Yes, Allow Deletions = Yes, Allow Edits = Yes, Allow Filters = No, Record Locks = No Locks, Cycle = All Records.
These are all of the relevant options/settings I can think of, although I might be missing the one that is currently causing the problem. How do I get all of the records to become available in form view?