I have a form (Form A) based on Table A. The primary key of this table is the foreign key of Table B. Now what I was trying to do was when one row on Form A is populated and saved, I would like the primary key from Form A for that record to automatically populate the foreing Key column in Table B (i.e. write from a form to another table). Any help would be appreciated.
Thanks!
Thanks!
Comment