ppoindexter
Registered User.
- Local time
- Yesterday, 22:54
- Joined
- Dec 28, 2000
- Messages
- 134
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 command button "add new record"
and all is good
now what i am having difficulty with is when i go to
combo_fld_two_id for the next selection
i still have the first record that i just populated in the drop down box ....ie..if there were 5 records the first time i chose a record from combo_fld_two_id, i want to only see the 4 that havent been selected as of yet....i have tried several methods and searched this forum but no luck.....
thanks in advance
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 command button "add new record"
and all is good
now what i am having difficulty with is when i go to
combo_fld_two_id for the next selection
i still have the first record that i just populated in the drop down box ....ie..if there were 5 records the first time i chose a record from combo_fld_two_id, i want to only see the 4 that havent been selected as of yet....i have tried several methods and searched this forum but no luck.....
thanks in advance