F
Fred Worthington
Greetings:
I have a table called Client using a combo box as the "display control."
The "row source" is another table called Mission. The Mission table
contains a list of items. I have created a subform whose "record source" is
the Client table, which neatly displays the items contained in the Mission
table. I have placed a command button on the main form that opens the
Mission table in datasheet view to allow users to edit the items in the
list. Here is the problem: when an item is removed from the list, it is
also removed from all records that previously displayed this item in the
subform (the form is blank and the table displays the now obsolete "primary
key"). This is not good, because, whereas an item may not currently be
viable, an archive of the item is. Is there a way to remove an item from
the Mission table list (whereby it is no longer an option for current
records) but remains as an item in the Client table from which a historical
perspective can be drawn?
Thanks . . . Fred
I have a table called Client using a combo box as the "display control."
The "row source" is another table called Mission. The Mission table
contains a list of items. I have created a subform whose "record source" is
the Client table, which neatly displays the items contained in the Mission
table. I have placed a command button on the main form that opens the
Mission table in datasheet view to allow users to edit the items in the
list. Here is the problem: when an item is removed from the list, it is
also removed from all records that previously displayed this item in the
subform (the form is blank and the table displays the now obsolete "primary
key"). This is not good, because, whereas an item may not currently be
viable, an archive of the item is. Is there a way to remove an item from
the Mission table list (whereby it is no longer an option for current
records) but remains as an item in the Client table from which a historical
perspective can be drawn?
Thanks . . . Fred