Hi There,
If I add a new record in one table is it possible to have a default value added to a joined table that uses the previous tables ID (Primary key) as the second tables foreign key?
Example being if I add a name into tblName with the NameID being 1 can the other table (tblPassword) automatically add a new record with the foreign key (NameID) '1' and a default value in the password column as 'Add Password'
Additional information: tblName is a linked table form another database. This saves me having to enter names twice into each database.
I look forward to your solutions.
Kind regards,
Dom