i have a form(frm_Alpha)
record source is tbl_one
and the fields are fld_one_id (auto number_primary key),
fldA, fldB, fldC, fldD, and fld_two_id (foreign key from tbl_two)
i select a record from comb_fld_two_id
(bound to tbl_one.fld_two_id),
populate fldA, fldB, fldC, fldD then click a...