I have a form named EDIT INCIDENT that is linked to a table that is named FATAL INCIDENTS. But when I enter a new record into the FATAL INCIDENTS table, it is not appearing as a record in the EDIT INCIDENT form.
However, there is another table called EVENT INFORMATION, which is related to FATAL INCIDENTS. The primary key for the FATAL INCIDENTS table is a foreign key in the EVENT INFORMATION table.
And I've found that once I create a record in EVENT INFORMATION that corresponds to the new record in FATAL INCIDENTS, then the problem goes away. That is, the EDIT INCIDENT form then happily displays the new record.
Why is this happening? Why is the record not appearing in the EDIT INCIDENT form right away? Please help!