i have a table tbl1 which have 2 filed classname and classid. another table tbl2
related a form called frm1. frm1 have 2 combo box cbl1 or 2
cbl1=classname
cbl2=classid
when user select a classname in cbl1 other cbl2 show classid from tbl1. and vise versa. i want a after update event code which show data from tbl1 when user select.
related a form called frm1. frm1 have 2 combo box cbl1 or 2
cbl1=classname
cbl2=classid
when user select a classname in cbl1 other cbl2 show classid from tbl1. and vise versa. i want a after update event code which show data from tbl1 when user select.