In Access, is there any way to do this?
Using only the spreadsheet view, no forms to input data.
You got two tables, that donate their primary key to an Intersection table to form the M:N relationship. I've got the Int table to use combo boxes. But I'd also like a way to input data into just the Int table, and have it automatically add a new record to the other tables. Sometimes I find it too cumbersome to use forms and sub-forms. It's even faster for me just to keep the 3 tables open and input data in one, the other, then make the selection in the Int table. But I'd like to enter a record in the Int table, and have it use the surrogate keys as primary keys for new records in the other tables if appliccable. And other fields would be null of course.
Using only the spreadsheet view, no forms to input data.
You got two tables, that donate their primary key to an Intersection table to form the M:N relationship. I've got the Int table to use combo boxes. But I'd also like a way to input data into just the Int table, and have it automatically add a new record to the other tables. Sometimes I find it too cumbersome to use forms and sub-forms. It's even faster for me just to keep the 3 tables open and input data in one, the other, then make the selection in the Int table. But I'd like to enter a record in the Int table, and have it use the surrogate keys as primary keys for new records in the other tables if appliccable. And other fields would be null of course.