N
NetworkTrade
have inherited an unbound Form on which one control is a combobox of
Customer ID ....
would like to add subform so that when a CustomerID is selected a subform is
made visible showing that Customer's address details. subform can be bound
to Customer table or a query...
have the CustSubForm.visible=true in the AfterUpdate of the control box
not sure the way to have this subform to be showing the correct record (i.e.
value in the combobox)....and it would need to change if they select the
wrong ID and re-select another...
welcome advice...thanx
Customer ID ....
would like to add subform so that when a CustomerID is selected a subform is
made visible showing that Customer's address details. subform can be bound
to Customer table or a query...
have the CustSubForm.visible=true in the AfterUpdate of the control box
not sure the way to have this subform to be showing the correct record (i.e.
value in the combobox)....and it would need to change if they select the
wrong ID and re-select another...
welcome advice...thanx