I have two tables with matching primary keys. The second table is simply a place to collect notes on the records in the first table. Not all records from the first table will have notes, so the second table will likely have fewer records than the first table. I have a query that combines these tables using an outer join so that all the records from the first table show up even if there isn't a corresponding match in the second table. The query used to allow me to type a note into a field from the second table even if the second table didn't have a record matching the current row in the first table. It seemed that a record in the second table was automatically created to accept the note.
I have made a lot of changes to my database and I recently noticed that when I try do this now, I am prevented from entering anything (into the second tables fields) when the second table doesn't have a record defined yet. I'm kind of a novice at databases and setting up relationships. I don't remember doing anything special to cause the new record to be added to the second table in the first place and I can't figure out how to make that happen again.
Does anyone know what I'm missing?
Thanks.
I have made a lot of changes to my database and I recently noticed that when I try do this now, I am prevented from entering anything (into the second tables fields) when the second table doesn't have a record defined yet. I'm kind of a novice at databases and setting up relationships. I don't remember doing anything special to cause the new record to be added to the second table in the first place and I can't figure out how to make that happen again.
Does anyone know what I'm missing?
Thanks.