I am creating a database that will have the following tables.
tbl1: name, id, tbl_id
tbl2: name, id, tbl_id
tbl3: id, tbl_id, y/n value
tbl1 & tbl2 do not contain duplicates and are linked to tbl3 on both id and tbl_id.
1 and 2 have to be kept separate.
I want to open a continous form that allows users to click a check box and update y/n value in tbl3, that also shows all the values from tbl1 and tbl2.
Any ideas or suggestions are greatly appreciated.
Thanks,
Jay
tbl1: name, id, tbl_id
tbl2: name, id, tbl_id
tbl3: id, tbl_id, y/n value
tbl1 & tbl2 do not contain duplicates and are linked to tbl3 on both id and tbl_id.
1 and 2 have to be kept separate.
I want to open a continous form that allows users to click a check box and update y/n value in tbl3, that also shows all the values from tbl1 and tbl2.
Any ideas or suggestions are greatly appreciated.
Thanks,
Jay