K
Kelly
Is it possible to have a combo look up in a form that when you click the
dropdown arrow and select one of the records from the list it will take it
out of the dropdown for the next selection? And if by chance they deleted
that selection from that entry it will go back to the list to be selected
again on the next mainform entry?
EXAMPLE:
my subform has a combo box CircNameID
RowSource:
SELECT CircuitsData.CircID, CircuitsData.CircuitName,
CircuitsData.FromEquip, CircuitsData.ToEquip FROM CircuitsData ORDER BY
CircuitsData.FromEquip;
The heading is Circuit Name
Kelly
dropdown arrow and select one of the records from the list it will take it
out of the dropdown for the next selection? And if by chance they deleted
that selection from that entry it will go back to the list to be selected
again on the next mainform entry?
EXAMPLE:
my subform has a combo box CircNameID
RowSource:
SELECT CircuitsData.CircID, CircuitsData.CircuitName,
CircuitsData.FromEquip, CircuitsData.ToEquip FROM CircuitsData ORDER BY
CircuitsData.FromEquip;
The heading is Circuit Name
Kelly